chiark / gitweb /
tree-wide: remove some double newlines in headers, too
[elogind.git] / src / basic / string-table.h
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)