summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorRalph Wuerthner <ralph.wuerthner@de.ibm.com>2019-04-11 13:11:34 +0200
committerKarolin Seeger <kseeger@samba.org>2019-05-17 07:18:28 +0000
commitadc1277e3923496e7fa87a24204007bae1ad3dbb (patch)
tree556ad034b3cb9972837e539e68b1f67b1dc2877f /lib
parentdea9042b2e2712756907da597f6cdd4c5c1a949d (diff)
downloadsamba-adc1277e3923496e7fa87a24204007bae1ad3dbb.tar.gz
s3:debug: adjust indention
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> (cherry picked from commit a45675879ddcb43ab274d28496eedd6833466ae4)
Diffstat (limited to 'lib')
-rw-r--r--lib/util/debug_s3.c6
1 files changed, 4 insertions, 2 deletions
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();
}