about summary refs log tree commit diff
path: root/src/core/dhcp
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-06-24 12:22:54 +0200
committerMichael Biebl <biebl@debian.org>2024-06-24 12:22:54 +0200
commitf0c85a81d9fca02e98fdd5ab2d420932f8b2c818 (patch)
tree8cce0c8aee1173d1de4eda574c82febff676c4a0 /src/core/dhcp
parent0b2871ddd005e893aeffd13f5b1f293b10d35e56 (diff)
parent8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 (diff)
Update upstream source from tag 'upstream/1.48.2'
Update to upstream version '1.48.2'
with Debian dir 6108d76f13ec8dc95dcf2fdd118769fc99065bf6
Diffstat (limited to 'src/core/dhcp')
-rw-r--r--src/core/dhcp/nm-dhcp-options.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/core/dhcp/nm-dhcp-options.c b/src/core/dhcp/nm-dhcp-options.c
index 7c47c82e..f89237c5 100644
--- a/src/core/dhcp/nm-dhcp-options.c
+++ b/src/core/dhcp/nm-dhcp-options.c
@@ -11,9 +11,11 @@
 
 /*****************************************************************************/
 
-#define REQ(_num, _name, _include)                                                         \
-    {                                                                                      \
-        .name = NM_DHCP_OPTION_REQPREFIX ""_name, .option_num = _num, .include = _include, \
+#define REQ(_num, _name, _include)                      \
+    {                                                   \
+        .name       = NM_DHCP_OPTION_REQPREFIX ""_name, \
+        .option_num = _num,                             \
+        .include    = _include,                         \
     }
 
 const NMDhcpOption _nm_dhcp_option_dhcp4_options[] = {