summaryrefslogtreecommitdiff
path: root/src/locale
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2017-12-01 00:37:52 -0800
committerVito Caputo <vcaputo@pengaru.com>2017-12-01 14:41:31 -0800
commita017112b3f42da44c68d94e59904f22b18f10fa8 (patch)
tree2edd0e9883f7f55f98a3a08ce37466b9b929fa85 /src/locale
parentdfeec916b57b593ce07d3751aebdb0cce1d05201 (diff)
downloadsystemd-a017112b3f42da44c68d94e59904f22b18f10fa8.tar.gz
localectl: fix list_vconsole_keymaps() indentation
Diffstat (limited to 'src/locale')
-rw-r--r--src/locale/localectl.c2
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);