summary refs log tree commit diff
path: root/src/core/nm-bond-manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nm-bond-manager.c')
-rw-r--r--src/core/nm-bond-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-bond-manager.c b/src/core/nm-bond-manager.c
index f24c8163..2f7fe36c 100644
--- a/src/core/nm-bond-manager.c
+++ b/src/core/nm-bond-manager.c
@@ -994,7 +994,7 @@ nm_bond_manager_new(struct _NMPlatform   *platform,
     nm_assert(ifindex > 0);
 
     self  = g_slice_new(NMBondManager);
-    *self = (NMBondManager){
+    *self = (NMBondManager) {
         .platform           = g_object_ref(platform),
         .ifindex            = ifindex,
         .reg_state          = REGISTRATION_STATE_NONE,