mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 13:48:01 +02:00
config-parser: Fix indentation
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=99825 Reviewed-by: Philip Withnall <withnall@endlessm.com> [smcv: also correct the same thing for system service directories] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
parent
ade23fe461
commit
515223735e
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue