nmcli: fix format

Fixes: a9b66e254c ('nmcli: fix compile error')
(cherry picked from commit eff8471de4)
This commit is contained in:
Beniamino Galvani 2025-07-09 15:07:51 +02:00 committed by Íñigo Huguet
parent 84c7533760
commit 1194528b27

View file

@ -6066,7 +6066,7 @@ nmc_add_connection(NmCli *nmc, NMConnection *connection, gboolean temporary)
static void
do_connection_add(const NMCCommand *cmd, NmCli *nmc, int argc, const char *const *argv)
{
gs_unref_ptrarray GPtrArray *props = NULL;
gs_unref_ptrarray GPtrArray *props = NULL;
gs_unref_object NMConnection *connection = NULL;
NMSettingConnection *s_con;
gs_free_error GError *error = NULL;