about summary refs log tree commit diff
path: root/src/libnm-core-intern/nm-core-internal.h
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-05-04 15:38:03 +0200
committerMichael Biebl <biebl@debian.org>2022-05-04 15:38:03 +0200
commitfc1f1b6881ed5199b4cc81face915769a3dc9897 (patch)
treed2b3f6b775541cece8de7ef9e687c72665f5d820 /src/libnm-core-intern/nm-core-internal.h
parent16cc38ed3d1761b178512c9a6c291ad366c6fad8 (diff)
parent9959fdb2e8ddd06f2161798ca0a39c77d67c652d (diff)
Update upstream source from tag 'upstream/1.37.92'
Update to upstream version '1.37.92'
with Debian dir 0128b715b1fc3e516169a4599c33567587d59088
Diffstat (limited to 'src/libnm-core-intern/nm-core-internal.h')
-rw-r--r--src/libnm-core-intern/nm-core-internal.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/libnm-core-intern/nm-core-internal.h b/src/libnm-core-intern/nm-core-internal.h
index d9634b04..032f6a9a 100644
--- a/src/libnm-core-intern/nm-core-internal.h
+++ b/src/libnm-core-intern/nm-core-internal.h
@@ -189,14 +189,14 @@ NM_TERNARY_TO_OPTION_BOOL(NMTernary v)
 
 NMSetting **_nm_connection_get_settings_arr(NMConnection *connection);
 
-typedef enum { /*< skip >*/
-               NM_SETTING_PARSE_FLAGS_NONE        = 0,
-               NM_SETTING_PARSE_FLAGS_STRICT      = 1LL << 0,
-               NM_SETTING_PARSE_FLAGS_BEST_EFFORT = 1LL << 1,
-               NM_SETTING_PARSE_FLAGS_NORMALIZE   = 1LL << 2,
-
-               _NM_SETTING_PARSE_FLAGS_LAST,
-               NM_SETTING_PARSE_FLAGS_ALL = ((_NM_SETTING_PARSE_FLAGS_LAST - 1) << 1) - 1,
+typedef enum /*< skip >*/ {
+    NM_SETTING_PARSE_FLAGS_NONE        = 0,
+    NM_SETTING_PARSE_FLAGS_STRICT      = 1LL << 0,
+    NM_SETTING_PARSE_FLAGS_BEST_EFFORT = 1LL << 1,
+    NM_SETTING_PARSE_FLAGS_NORMALIZE   = 1LL << 2,
+
+    _NM_SETTING_PARSE_FLAGS_LAST,
+    NM_SETTING_PARSE_FLAGS_ALL = ((_NM_SETTING_PARSE_FLAGS_LAST - 1) << 1) - 1,
 } NMSettingParseFlags;
 
 gboolean _nm_connection_replace_settings(NMConnection       *connection,