]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
localectl: fix list_vconsole_keymaps() indentation 7528/head
authorVito Caputo <vcaputo@pengaru.com>
Fri, 1 Dec 2017 08:37:52 +0000 (00:37 -0800)
committerVito Caputo <vcaputo@pengaru.com>
Fri, 1 Dec 2017 22:41:31 +0000 (14:41 -0800)
src/locale/localectl.c

index f4afdf6b45efe97947d403bbc7bb2cac846b9adc..f09fe42626b807279d94223233304967b9767273 100644 (file)
@@ -263,7 +263,7 @@ static int set_vconsole_keymap(sd_bus *bus, char **args, unsigned n) {
 }
 
 static int list_vconsole_keymaps(sd_bus *bus, char **args, unsigned n) {
-       _cleanup_strv_free_ char **l = NULL;
+        _cleanup_strv_free_ char **l = NULL;
         int r;
 
         assert(args);