From a017112b3f42da44c68d94e59904f22b18f10fa8 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 1 Dec 2017 00:37:52 -0800 Subject: [PATCH] localectl: fix list_vconsole_keymaps() indentation --- src/locale/localectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/localectl.c b/src/locale/localectl.c index f4afdf6b45e..f09fe42626b 100644 --- a/src/locale/localectl.c +++ b/src/locale/localectl.c @@ -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); -- 2.39.2