From: Simon McVittie Date: Mon, 13 Feb 2017 20:08:07 +0000 (+0000) Subject: config-parser: Fix indentation X-Git-Tag: dbus-1.11.12~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=515223735ec7af8a4f6a43ef97cf748a1086b412;p=thirdparty%2Fdbus.git config-parser: Fix indentation Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall [smcv: also correct the same thing for system service directories] Signed-off-by: Simon McVittie --- diff --git a/bus/config-parser.c b/bus/config-parser.c index cc5690dd8..08ec89505 100644 --- a/bus/config-parser.c +++ b/bus/config-parser.c @@ -840,8 +840,8 @@ start_busconfig_child (BusConfigParser *parser, return FALSE; } - while ((link = _dbus_list_pop_first_link (&dirs))) - service_dirs_append_link_unique_or_free (&parser->service_dirs, link); + while ((link = _dbus_list_pop_first_link (&dirs))) + service_dirs_append_link_unique_or_free (&parser->service_dirs, link); return TRUE; } @@ -866,8 +866,8 @@ start_busconfig_child (BusConfigParser *parser, return FALSE; } - while ((link = _dbus_list_pop_first_link (&dirs))) - service_dirs_append_link_unique_or_free (&parser->service_dirs, link); + while ((link = _dbus_list_pop_first_link (&dirs))) + service_dirs_append_link_unique_or_free (&parser->service_dirs, link); return TRUE; }