mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
Merge pull request #7528 from vcaputo/localectl-fix-indent
localectl: fix list_vconsole_keymaps() indentation
This commit is contained in:
commit
4da47778e5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user