about summary refs log tree commit diff
path: root/src/core/supplicant/nm-supplicant-settings-verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/supplicant/nm-supplicant-settings-verify.c')
-rw-r--r--src/core/supplicant/nm-supplicant-settings-verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/supplicant/nm-supplicant-settings-verify.c b/src/core/supplicant/nm-supplicant-settings-verify.c
index ceb4b6ae..566173af 100644
--- a/src/core/supplicant/nm-supplicant-settings-verify.c
+++ b/src/core/supplicant/nm-supplicant-settings-verify.c
@@ -11,8 +11,8 @@
 #include <stdlib.h>
 
 struct Opt {
-    const char *         key;
-    const char *const *  str_allowed;
+    const char          *key;
+    const char *const   *str_allowed;
     const NMSupplOptType type;
     const guint32        int_low;  /* Inclusive */
     const guint32        int_high; /* Inclusive; max length for strings */