From 8e2fde558a5af5c3b03a5112dbd8f9085c5a8369 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 24 Jun 2024 12:22:41 +0200 Subject: New upstream version 1.48.2 --- src/core/devices/nm-device-bridge.c | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'src/core/devices/nm-device-bridge.c') diff --git a/src/core/devices/nm-device-bridge.c b/src/core/devices/nm-device-bridge.c index 2405beea..82314f13 100644 --- a/src/core/devices/nm-device-bridge.c +++ b/src/core/devices/nm-device-bridge.c @@ -299,13 +299,11 @@ typedef struct { } Option; #define OPTION(_name, _sysname, ...) \ - { \ - .name = ""_name \ - "", \ - .sysname = ""_sysname \ - "", \ - __VA_ARGS__ \ - } + {.name = ""_name \ + "", \ + .sysname = ""_sysname \ + "", \ + __VA_ARGS__} #define OPTION_TYPE_INT(min, max, def) .nm_min = (min), .nm_max = (max), .nm_default = (def) -- cgit 1.3.0-6-gf8a5