1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

firstboot: slightly reorder variable declaration

Let's put the locale fields which we process together next to each
other.
This commit is contained in:
Lennart Poettering 2021-03-11 11:43:17 +01:00
parent 361662f434
commit f8fd093001

View File

@ -43,8 +43,8 @@
static char *arg_root = NULL;
static char *arg_image = NULL;
static char *arg_locale = NULL; /* $LANG */
static char *arg_keymap = NULL;
static char *arg_locale_messages = NULL; /* $LC_MESSAGES */
static char *arg_keymap = NULL;
static char *arg_timezone = NULL;
static char *arg_hostname = NULL;
static sd_id128_t arg_machine_id = {};