s3:debug: adjust indention
authorRalph Wuerthner <ralph.wuerthner@de.ibm.com>
Thu, 11 Apr 2019 11:11:34 +0000 (13:11 +0200)
committerChristof Schmitt <cs@samba.org>
Thu, 18 Apr 2019 20:38:24 +0000 (20:38 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13904

Signed-off-by: Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Christof Schmitt <cs@samba.org>
lib/util/debug_s3.c

index 3792af51f0c9080cb2f2ecafbea36af0039febef..381b9d49102408eec827edff3c7f7c93e92abd7c 100644 (file)
@@ -43,8 +43,10 @@ bool reopen_logs(void)
 
                debug_set_logfile(lp_logfile(talloc_tos()));
                debug_parse_levels(lp_log_level(talloc_tos()));
-               debug_set_settings(&settings, lp_logging(talloc_tos()),
-                                  lp_syslog(), lp_syslog_only());
+               debug_set_settings(&settings,
+                                  lp_logging(talloc_tos()),
+                                  lp_syslog(),
+                                  lp_syslog_only());
        }
        return reopen_logs_internal();
 }