From: Vito Caputo Date: Fri, 1 Dec 2017 08:37:52 +0000 (-0800) Subject: localectl: fix list_vconsole_keymaps() indentation X-Git-Tag: v236~79^2 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=a017112b3f42da44c68d94e59904f22b18f10fa8 localectl: fix list_vconsole_keymaps() indentation --- 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);