]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: remove pointless empty line
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Jun 2024 07:55:32 +0000 (09:55 +0200)
committerLuca Boccassi <bluca@debian.org>
Tue, 18 Jun 2024 13:45:59 +0000 (14:45 +0100)
src/tmpfiles/tmpfiles.c

index 80aa274f209061d351a6616fc47620a1e1b62ca1..ca163fd5f73aed39f9c9d04feac41741951ecd87 100644 (file)
@@ -204,7 +204,6 @@ static OperationMask arg_operation = 0;
 static bool arg_boot = false;
 static bool arg_graceful = false;
 static PagerFlags arg_pager_flags = 0;
-
 static char **arg_include_prefixes = NULL;
 static char **arg_exclude_prefixes = NULL;
 static char *arg_root = NULL;