]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: remove some double newlines in headers, too 9065/head
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 14:08:26 +0000 (16:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 14:13:45 +0000 (16:13 +0200)
16 files changed:
src/basic/mempool.h
src/basic/missing.h
src/basic/missing_syscall.h
src/basic/string-table.h
src/basic/strxcpyx.h
src/core/dbus-automount.h
src/libsystemd/sd-netlink/local-addresses.h
src/libudev/libudev.h
src/login/logind-inhibit.h
src/network/netdev/ipvlan.h
src/network/networkd-ipv6-proxy-ndp.h
src/resolve/resolved-dns-dnssec.h
src/resolve/resolved-dns-query.h
src/resolve/resolved-dns-rr.h
src/shared/gpt.h
src/shared/initreq.h

index 68249cd88118c8011d045db9196938bcb96bb7c1..ba0c0bd8f967f6910c88e50d23d7546bb2a2fdcf 100644 (file)
@@ -29,7 +29,6 @@ static struct mempool pool_name = { \
         .at_least = alloc_at_least, \
 }
 
-
 #if VALGRIND
 void mempool_drop(struct mempool *mp);
 #endif
index 9fe750ae2888d348d3e012572f57b567c6a8d499..e714078f31ed50d7c90ffa48545f0ba4dc64fffb 100644 (file)
@@ -329,7 +329,6 @@ struct btrfs_ioctl_search_header {
         __u32 len;
 };
 
-
 struct btrfs_ioctl_search_args {
         struct btrfs_ioctl_search_key key;
         char buf[BTRFS_SEARCH_ARGS_BUFSIZE];
index 42ada30d524e529562216a7e390b8650ab08c833..89ca1f062a92eac46b08ec3c500ce1350c29ba95 100644 (file)
@@ -256,7 +256,6 @@ static inline int missing_kcmp(pid_t pid1, pid_t pid2, int type, unsigned long i
 #  define kcmp missing_kcmp
 #endif
 
-
 /* ======================================================================= */
 
 #if !HAVE_KEYCTL
index 92825c4d79f1a0db3f8c99e104272e58f98d9fc5..1786bcfda00294ebdc32d25d823a2991606f6ad1 100644 (file)
@@ -77,7 +77,6 @@ ssize_t string_table_lookup(const char * const *table, size_t len, const char *k
                 return (type) -1;                                       \
         }                                                               \
 
-
 #define _DEFINE_STRING_TABLE_LOOKUP(name,type,scope)                    \
         _DEFINE_STRING_TABLE_LOOKUP_TO_STRING(name,type,scope)          \
         _DEFINE_STRING_TABLE_LOOKUP_FROM_STRING(name,type,scope)
index 99213e0f35b5b9ce8f58293cd87b874cf11b78e5..7f49f92ad86cf8912007ce8817dc8ada1a406e69 100644 (file)
@@ -7,7 +7,6 @@
   Copyright 2013 Kay Sievers
 ***/
 
-
 #include <stddef.h>
 
 #include "macro.h"
index 6ad89843cca5143a37c10d178a79a9938911a1a3..2d4079a7b474defcb7000a7b04aece6e07580587 100644 (file)
@@ -7,7 +7,6 @@
   Copyright 2010 Lennart Poettering
 ***/
 
-
 extern const sd_bus_vtable bus_automount_vtable[];
 
 int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);
index 701d17b6143a218566969c25505f4e93f68da3b8..f1f4db78abc33c5566a3c184b5ee1736df995d0b 100644 (file)
@@ -7,7 +7,6 @@
   Copyright 2008-2011 Lennart Poettering
 ***/
 
-
 #include "sd-netlink.h"
 
 #include "in-addr-util.h"
index d5a8f390bc81185f21b4d6976173a08c533cd447..1b787ccec94fe20f17fc6c3639e20cf07b0f7fb4 100644 (file)
@@ -187,7 +187,6 @@ struct udev_list_entry *udev_hwdb_get_properties_list_entry(struct udev_hwdb *hw
  */
 int udev_util_encode_string(const char *str, char *str_enc, size_t len);
 
-
 #ifdef __cplusplus
 } /* extern "C" */
 #endif
index 32626118eb0295a6f923c108050021f34d083663..712260a5a1207cd93d38e6e2a277d26a0ce456cd 100644 (file)
@@ -9,7 +9,6 @@
 
 typedef struct Inhibitor Inhibitor;
 
-
 typedef enum InhibitWhat {
         INHIBIT_SHUTDOWN = 1,
         INHIBIT_SLEEP = 2,
index 85c472100bb79decf554ee8b2c9fc257251db9e1..b1d32d10e9504bcab4eb487f80895c65fe7d5092 100644 (file)
@@ -12,7 +12,6 @@
 #include "missing.h"
 #include "netdev/netdev.h"
 
-
 typedef enum IPVlanMode {
         NETDEV_IPVLAN_MODE_L2 = IPVLAN_MODE_L2,
         NETDEV_IPVLAN_MODE_L3 = IPVLAN_MODE_L3,
index 8e70df4372f1e27fda3dcd1979558d0dbc8ca23b..80b37d74c6afe37b412ac23877457525a2443937 100644 (file)
@@ -21,7 +21,6 @@ struct IPv6ProxyNDPAddress {
     LIST_FIELDS(IPv6ProxyNDPAddress, ipv6_proxy_ndp_addresses);
 };
 
-
 int ipv6_proxy_ndp_address_new_static(Network *network, IPv6ProxyNDPAddress ** ipv6_proxy_ndp_address);
 void ipv6_proxy_ndp_address_free(IPv6ProxyNDPAddress *ipv6_proxy_ndp_address);
 int ipv6_proxy_ndp_address_configure(Link *link, IPv6ProxyNDPAddress *ipv6_proxy_ndp_address);
index c5714d9e0af36188ec3bbc2ea2221913ab03c7b0..f2201b5d3909f31d0bea4cc307611c956bdfd899 100644 (file)
@@ -80,7 +80,6 @@ typedef enum DnssecNsecResult {
 
 int dnssec_nsec_test(DnsAnswer *answer, DnsResourceKey *key, DnssecNsecResult *result, bool *authenticated, uint32_t *ttl);
 
-
 int dnssec_test_positive_wildcard(DnsAnswer *a, const char *name, const char *source, const char *zone, bool *authenticated);
 
 const char* dnssec_result_to_string(DnssecResult m) _const_;
index 12dc724b60690b8b29724ec7c9b9f97fa947db18..0ada5b012af4376adfc1a96af012003bae758d23 100644 (file)
@@ -7,7 +7,6 @@
   Copyright 2014 Lennart Poettering
 ***/
 
-
 #include "sd-bus.h"
 
 #include "set.h"
index b7f011dbc6bfe07d4ad9524e773a58ce33550fe4..d900d6744a3136e42e9a55374fcc91a3c94f0f41 100644 (file)
@@ -87,7 +87,6 @@ struct DnsResourceKey {
                 ._name = (char*) n,                     \
         })
 
-
 struct DnsTxtItem {
         size_t length;
         LIST_FIELDS(DnsTxtItem, items);
index 70d77c160f6aa82e30bf9f60be8a246422c0d7e8..58e034e83c4ef3bdfb98a9c3b18d7d9fc9d1fd1d 100644 (file)
@@ -33,7 +33,6 @@
 #define GPT_ROOT_ARM_64_VERITY SD_ID128_MAKE(df,33,00,ce,d6,9f,4c,92,97,8c,9b,fb,0f,38,d8,20)
 #define GPT_ROOT_IA64_VERITY   SD_ID128_MAKE(86,ed,10,d5,b6,07,45,bb,89,57,d3,50,f2,3d,05,71)
 
-
 #if defined(__x86_64__)
 #  define GPT_ROOT_NATIVE GPT_ROOT_X86_64
 #  define GPT_ROOT_SECONDARY GPT_ROOT_X86
index 710037d84b403bf89fc30415d5d2b1043faceede..9b19b5d729d9aee1b9842ca928571fb209aba763 100644 (file)
@@ -55,7 +55,6 @@ struct init_request_bsd {
         char   reserved[128];          /* For future expansion.        */
 };
 
-
 /*
  *     Because of legacy interfaces, "runlevel" and "sleeptime"
  *     aren't in a separate struct in the union.