From eff8471de47d08b335264df5eb05ea0f2276a5e8 Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 9 Jul 2025 15:07:51 +0200 Subject: [PATCH] nmcli: fix format Fixes: a9b66e254cb0 ('nmcli: fix compile error') --- src/nmcli/connections.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nmcli/connections.c b/src/nmcli/connections.c index 3f884bc51f..d93e16f03c 100644 --- a/src/nmcli/connections.c +++ b/src/nmcli/connections.c @@ -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;