OSDN Git Service

Minor whitespace tweak.
authorRob Landley <rob@landley.net>
Sun, 2 Dec 2012 00:30:48 +0000 (18:30 -0600)
committerRob Landley <rob@landley.net>
Sun, 2 Dec 2012 00:30:48 +0000 (18:30 -0600)
toys/posix/ls.c

index fb45636..6bb4152 100644 (file)
@@ -445,8 +445,7 @@ void ls_main(void)
     }
 
     // Typecast means double_list->prev temporarirly goes in dirtree->parent
-    dlist_add_nomalloc((void *)&TT.files->child,
-               (struct double_list *)dt);
+    dlist_add_nomalloc((void *)&TT.files->child, (struct double_list *)dt);
   }
 
   // Turn double_list into dirtree