summary refs log tree commit diff
path: root/src/core/devices/nm-device-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices/nm-device-factory.h')
-rw-r--r--src/core/devices/nm-device-factory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/devices/nm-device-factory.h b/src/core/devices/nm-device-factory.h
index ac5ae05f..fc3d9dd4 100644
--- a/src/core/devices/nm-device-factory.h
+++ b/src/core/devices/nm-device-factory.h
@@ -208,8 +208,7 @@ NMDevice *nm_device_factory_create_device(NMDeviceFactory      *factory,
                                                                                                  \
     NM_DEVICE_FACTORY_DECLARE_TYPES(st_code)                                                     \
                                                                                                  \
-    static void nm_##lower##_device_factory_init(NM##mixed##DeviceFactory *self)                 \
-    {}                                                                                           \
+    static void nm_##lower##_device_factory_init(NM##mixed##DeviceFactory *self) {}              \
                                                                                                  \
     static void nm_##lower##_device_factory_class_init(NM##mixed##DeviceFactoryClass *klass)     \
     {                                                                                            \