chiark / gitweb /
systemctl: drop [] around date in status output
[elogind.git] / src / list.h
index 012dd1207329e93d8b18773eb69c5bfe740dc3c9..e49d953d0ac42ac6b3f688f4366b712d6a01a453 100644 (file)
@@ -1,4 +1,4 @@
-/*-*- Mode: C; c-basic-offset: 8 -*-*/
+/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
 #ifndef foolisthfoo
 #define foolisthfoo
@@ -77,7 +77,7 @@
         do {                                                            \
                 t *_item = (item);                                      \
                 assert(_item);                                          \
-                while ((_item->name##_prev)                             \
+                while (_item->name##_prev)                              \
                        _item = _item->name##_prev;                      \
                 (head) = _item;                                         \
         } while (false)