diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2017-12-01 09:37:52 +0100 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2017-12-01 23:41:31 +0100 |
commit | a017112b3f42da44c68d94e59904f22b18f10fa8 (patch) | |
tree | 2edd0e9883f7f55f98a3a08ce37466b9b929fa85 /src/locale | |
parent | shared/dropin: ignore ENAMETOOLONG when checking drop-in directories (#7525) (diff) | |
download | systemd-a017112b3f42da44c68d94e59904f22b18f10fa8.tar.xz systemd-a017112b3f42da44c68d94e59904f22b18f10fa8.zip |
localectl: fix list_vconsole_keymaps() indentation
Diffstat (limited to 'src/locale')
-rw-r--r-- | src/locale/localectl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/localectl.c b/src/locale/localectl.c index f4afdf6b45..f09fe42626 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); |