summary refs log tree commit diff
path: root/src/core/settings/nm-settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings/nm-settings.c')
-rw-r--r--src/core/settings/nm-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings/nm-settings.c b/src/core/settings/nm-settings.c
index 80b1f4b2..50d98ece 100644
--- a/src/core/settings/nm-settings.c
+++ b/src/core/settings/nm-settings.c
@@ -703,7 +703,7 @@ _startup_complete_notify_connection(NMSettings           *self,
         if (timeout_msec == 0)
             return;
         scd  = g_slice_new(StartupCompleteData);
-        *scd = (StartupCompleteData){
+        *scd = (StartupCompleteData) {
             .sett_conn    = g_object_ref(sett_conn),
             .timeout_msec = timeout_msec,
         };