about summary refs log tree commit diff
path: root/src/libnm-glib-aux/nm-logging-base.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnm-glib-aux/nm-logging-base.c')
-rw-r--r--src/libnm-glib-aux/nm-logging-base.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-glib-aux/nm-logging-base.c b/src/libnm-glib-aux/nm-logging-base.c
index cc19ef15..5195cbb7 100644
--- a/src/libnm-glib-aux/nm-logging-base.c
+++ b/src/libnm-glib-aux/nm-logging-base.c
@@ -104,8 +104,8 @@ _nm_log_simple_printf(NMLogLevel level, const char *fmt, ...)
 {
     gs_free char *msg_heap = NULL;
     char          msg_stack[700];
-    const char *  msg;
-    const char *  level_str;
+    const char   *msg;
+    const char   *level_str;
     gint64        ts;
 
     ts = nm_utils_clock_gettime_nsec(CLOCK_BOOTTIME);