chiark / gitweb /
tree-wide: remove some double newlines in headers, too
authorLennart Poettering <lennart@poettering.net>
Tue, 22 May 2018 14:08:26 +0000 (16:08 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
src/basic/mempool.h
src/basic/missing.h
src/basic/missing_syscall.h
src/basic/string-table.h
src/login/logind-inhibit.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 42bf38da0b38d795eceb04cf6688e33c0590aa6f..03b954d17c85b49cd38cc63f1b4e5b969ac93680 100644 (file)
@@ -333,7 +333,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 50fdf1c4a7cca72fc803621de45004d241e22796..b26332bc2bed24e230e4f5989f38dd5df0149701 100644 (file)
@@ -258,7 +258,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 32626118eb0295a6f923c108050021f34d083663..712260a5a1207cd93d38e6e2a277d26a0ce456cd 100644 (file)
@@ -9,7 +9,6 @@
 
 typedef struct Inhibitor Inhibitor;
 
-
 typedef enum InhibitWhat {
         INHIBIT_SHUTDOWN = 1,
         INHIBIT_SLEEP = 2,