summary refs log tree commit diff
path: root/src/core/nm-l3-ipv6ll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-l3-ipv6ll.c')
-rw-r--r--src/core/nm-l3-ipv6ll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-l3-ipv6ll.c b/src/core/nm-l3-ipv6ll.c
index 38aa98fc..e5f3b85e 100644
--- a/src/core/nm-l3-ipv6ll.c
+++ b/src/core/nm-l3-ipv6ll.c
@@ -646,7 +646,7 @@ _nm_l3_ipv6ll_new(NML3Cfg                  *l3cfg,
         NULL);
 
     self  = g_slice_new(NML3IPv6LL);
-    *self = (NML3IPv6LL){
+    *self = (NML3IPv6LL) {
         .l3cfg                   = g_object_ref(l3cfg),
         .notify_fcn              = notify_fcn,
         .user_data               = user_data,