From 7ae31e0991b0e82cc15359f9f4b236f8cece5e7e Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 13 Feb 2017 20:08:07 +0000 Subject: [PATCH 02/11] config-parser: Fix indentation Signed-off-by: Simon McVittie --- bus/config-parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bus/config-parser.c b/bus/config-parser.c index cc5690dd..35736ef4 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; } -- 2.11.0