diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-04-19 15:48:29 +0900 |
---|---|---|
committer | Martin Pitt <martinpitt@users.noreply.github.com> | 2017-04-19 08:48:29 +0200 |
commit | da4128543ffc5042dc9f6b6f1d22ec72b77b17b3 (patch) | |
tree | 994a67e97601408f3412c879e4fcdbfbafedcd1b /src/journal | |
parent | 948a3241ded51c47e32b5b5e91173c2dd8010929 (diff) |
tree-wide: fix wrong indent (#5757)
Fixes wrong indent introduced by the commit 43688c49d1fdb585196d94e2e30bb29755fa591b.
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journald-server.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 6466e46ccc..667dfa00ff 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -1637,10 +1637,10 @@ static int server_parse_config_file(Server *s) { assert(s); return config_parse_many_nulstr(PKGSYSCONFDIR "/journald.conf", - CONF_PATHS_NULSTR("systemd/journald.conf.d"), - "Journal\0", - config_item_perf_lookup, journald_gperf_lookup, - false, s); + CONF_PATHS_NULSTR("systemd/journald.conf.d"), + "Journal\0", + config_item_perf_lookup, journald_gperf_lookup, + false, s); } static int server_dispatch_sync(sd_event_source *es, usec_t t, void *userdata) { |