From 6f77039e97eb6eddfd6129660b39920204458151 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Jun 2024 09:55:32 +0200 Subject: [PATCH] tmpfiles: remove pointless empty line --- src/tmpfiles/tmpfiles.c | 1 - 1 file changed, 1 deletion(-) 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;