From: Ralph Wuerthner Date: Thu, 11 Apr 2019 11:11:34 +0000 (+0200) Subject: s3:debug: adjust indention X-Git-Tag: tdb-1.4.1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a45675879ddcb43ab274d28496eedd6833466ae4;p=thirdparty%2Fsamba.git s3:debug: adjust indention BUG: https://bugzilla.samba.org/show_bug.cgi?id=13904 Signed-off-by: Ralph Wuerthner Reviewed-by: Stefan Metzmacher Reviewed-by: Christof Schmitt --- diff --git a/lib/util/debug_s3.c b/lib/util/debug_s3.c index 3792af51f0c..381b9d49102 100644 --- a/lib/util/debug_s3.c +++ b/lib/util/debug_s3.c @@ -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(); }