1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 03:25:27 +03:00

localectl: fix list_vconsole_keymaps() indentation

This commit is contained in:
Vito Caputo 2017-12-01 00:37:52 -08:00
parent dfeec916b5
commit a017112b3f

View 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) { 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; int r;
assert(args); assert(args);