From: Lennart Poettering Date: Tue, 18 Jun 2024 07:55:32 +0000 (+0200) Subject: tmpfiles: remove pointless empty line X-Git-Tag: v257-rc1~1111^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f77039e97eb6eddfd6129660b39920204458151;p=thirdparty%2Fsystemd.git tmpfiles: remove pointless empty line --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 80aa274f209..ca163fd5f73 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -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;