nmcli: fix format

Fixes: a9b66e254c ('nmcli: fix compile error')
This commit is contained in:
Beniamino Galvani 2025-07-09 15:07:51 +02:00
parent 959ddec2a4
commit eff8471de4

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;