tmpfiles: remove pointless empty line

This commit is contained in:
Lennart Poettering 2024-06-18 09:55:32 +02:00 committed by Luca Boccassi
parent 69d76823ce
commit 6f77039e97

View file

@ -204,7 +204,6 @@ static OperationMask arg_operation = 0;
static bool arg_boot = false; static bool arg_boot = false;
static bool arg_graceful = false; static bool arg_graceful = false;
static PagerFlags arg_pager_flags = 0; static PagerFlags arg_pager_flags = 0;
static char **arg_include_prefixes = NULL; static char **arg_include_prefixes = NULL;
static char **arg_exclude_prefixes = NULL; static char **arg_exclude_prefixes = NULL;
static char *arg_root = NULL; static char *arg_root = NULL;