about summary refs log tree commit diff
path: root/src/nm-dispatcher
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2022-08-16 18:25:29 +0200
committerMichael Biebl <biebl@debian.org>2022-08-16 18:25:29 +0200
commite8c0c4050b07c08cc0f34d41cdff98f2cdc1cc93 (patch)
tree79a3d9572e508d4b193ea175c8ed103b2024f727 /src/nm-dispatcher
parent49ac65f875a36d7ebcbc8270cf0fc60acbb2e052 (diff)
parent0018d1f3cf71d680d7b6bceda55a5717244d8b26 (diff)
Update upstream source from tag 'upstream/1.39.90'
Update to upstream version '1.39.90'
with Debian dir 898f1bfdb7bf17595463e4195c78d8455df545e6
Diffstat (limited to 'src/nm-dispatcher')
-rw-r--r--src/nm-dispatcher/nm-dispatcher.c34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/nm-dispatcher/nm-dispatcher.c b/src/nm-dispatcher/nm-dispatcher.c
index aeecaa9b..4cf662c4 100644
--- a/src/nm-dispatcher/nm-dispatcher.c
+++ b/src/nm-dispatcher/nm-dispatcher.c
@@ -1138,25 +1138,25 @@ _initial_setup(int *p_argc, char ***p_argv, GError **error)
     GOptionContext *opt_ctx;
     gboolean        arg_debug = FALSE;
     GOptionEntry    entries[] = {{
-                                  "debug",
-                                  0,
-                                  0,
-                                  G_OPTION_ARG_NONE,
-                                  &arg_debug,
-                                  "Output to console rather than syslog",
-                                  NULL,
+                                     "debug",
+                                     0,
+                                     0,
+                                     G_OPTION_ARG_NONE,
+                                     &arg_debug,
+                                     "Output to console rather than syslog",
+                                     NULL,
                               },
-                              {
-                                  "persist",
-                                  0,
-                                  0,
-                                  G_OPTION_ARG_NONE,
-                                  &gl.persist,
-                                  "Don't quit after a short timeout",
-                                  NULL,
+                                 {
+                                     "persist",
+                                     0,
+                                     0,
+                                     G_OPTION_ARG_NONE,
+                                     &gl.persist,
+                                     "Don't quit after a short timeout",
+                                     NULL,
                               },
-                              {
-                                  NULL,
+                                 {
+                                     NULL,
                               }};
     gboolean        success;