diff options
author | Daniel Mack <github@zonque.org> | 2015-08-06 01:12:05 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-08-06 01:12:05 +0200 |
commit | c2f147382d8ad174dae0a9b60088807a07dc6415 (patch) | |
tree | a887c3b285cacf9102ce14d82ffa0948643dd0b9 /src/locale/localectl.c | |
parent | 511d2ffc8cc4e6c6b528aa96c4096f57bc52226e (diff) | |
parent | 7d6884b65e6ea7317346d29bc2f6c9ba051a0cac (diff) |
Merge pull request #882 from phomes/indentation
tree-wide: fix indentation
Diffstat (limited to 'src/locale/localectl.c')
-rw-r--r-- | src/locale/localectl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index 3616f4af1f..1e06f2251c 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -467,9 +467,9 @@ static int list_x11_keymaps(sd_bus *bus, char **args, unsigned n) { } else *w = 0; - r = strv_extend(&list, l); - if (r < 0) - return log_oom(); + r = strv_extend(&list, l); + if (r < 0) + return log_oom(); } if (strv_isempty(list)) { |