Remove trailing whitespace. Sorry if this breaks your patches.
[oweals/opkg-lede.git] / libopkg / void_list.c
index 8248dc19cffc92e6e1be7b435e6ea759a07b4e06..4c9d8971f402ef52b8f3e48ba19f93488ed6ba26 100644 (file)
@@ -71,7 +71,7 @@ void_list_elt_t *void_list_pop(void_list_t *list)
 {
     struct list_head *node;
 
-    if (void_list_empty(list)) 
+    if (void_list_empty(list))
         return NULL;
     node = list->head.next;
     list_del_init(node);