summaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-06-29 11:02:17 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-06-29 11:02:17 +0900
commitafb76fdbff6b17ab8d44b5721517cec519eac455 (patch)
tree906b777fe0e5dd9e356d359f419a0ffe5de9d766 /src/shared
parent8f5dd8c094d15da43731ef7aaf463161d3661282 (diff)
downloadsystemd-afb76fdbff6b17ab8d44b5721517cec519eac455.tar.gz
tree-wide: drop double newline
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/acpi-fpdt.h1
-rw-r--r--src/shared/base-filesystem.h1
-rw-r--r--src/shared/boot-timestamps.h1
-rw-r--r--src/shared/dns-domain.h1
-rw-r--r--src/shared/switch-root.h1
-rw-r--r--src/shared/tomoyo-util.h1
6 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/acpi-fpdt.h b/src/shared/acpi-fpdt.h
index 47bfefc5a0..8d288937ef 100644
--- a/src/shared/acpi-fpdt.h
+++ b/src/shared/acpi-fpdt.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <time-util.h>
int acpi_get_boot_usec(usec_t *loader_start, usec_t *loader_exit);
diff --git a/src/shared/base-filesystem.h b/src/shared/base-filesystem.h
index d1d4eaa662..39d970811d 100644
--- a/src/shared/base-filesystem.h
+++ b/src/shared/base-filesystem.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <sys/types.h>
int base_filesystem_create(const char *root, uid_t uid, gid_t gid);
diff --git a/src/shared/boot-timestamps.h b/src/shared/boot-timestamps.h
index c719dd3602..4e648f18e2 100644
--- a/src/shared/boot-timestamps.h
+++ b/src/shared/boot-timestamps.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <time-util.h>
int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader);
diff --git a/src/shared/dns-domain.h b/src/shared/dns-domain.h
index dc55dd8a48..1e9b57059b 100644
--- a/src/shared/dns-domain.h
+++ b/src/shared/dns-domain.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <errno.h>
#include <stdbool.h>
#include <stddef.h>
diff --git a/src/shared/switch-root.h b/src/shared/switch-root.h
index 6bfaa3a6eb..f4d48cb431 100644
--- a/src/shared/switch-root.h
+++ b/src/shared/switch-root.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <stdbool.h>
int switch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);
diff --git a/src/shared/tomoyo-util.h b/src/shared/tomoyo-util.h
index 03e6975469..06e8227857 100644
--- a/src/shared/tomoyo-util.h
+++ b/src/shared/tomoyo-util.h
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
-
#include <stdbool.h>
bool mac_tomoyo_use(void);