]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: adjust vertical whitespace
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 3 Dec 2023 13:59:10 +0000 (14:59 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 9 Feb 2024 16:57:41 +0000 (17:57 +0100)
src/tmpfiles/tmpfiles.c

index 9fc8dad32575cf2ba0b9fb86538ebcff6a47e03b..e4e113b402662e053ed3412ef9378daffa0317e8 100644 (file)
@@ -250,7 +250,13 @@ static bool ERRNO_IS_NOINFO(int r) {
                       ENXIO);     /* env var is unset */
 }
 
-static int specifier_directory(char specifier, const void *data, const char *root, const void *userdata, char **ret) {
+static int specifier_directory(
+                char specifier,
+                const void *data,
+                const char *root,
+                const void *userdata,
+                char **ret) {
+
         struct table_entry {
                 uint64_t type;
                 const char *suffix;
@@ -1452,7 +1458,6 @@ static int path_set_acls(
 }
 
 static int parse_attribute_from_arg(Item *item) {
-
         static const struct {
                 char character;
                 unsigned value;
@@ -4031,7 +4036,6 @@ static int help(void) {
 }
 
 static int parse_argv(int argc, char *argv[]) {
-
         enum {
                 ARG_VERSION = 0x100,
                 ARG_CAT_CONFIG,
@@ -4371,7 +4375,6 @@ static int read_config_files(
 }
 
 static int read_credential_lines(Context *c, bool *invalid_config) {
-
         _cleanup_free_ char *j = NULL;
         const char *d;
         int r;