changeset 733:0cd93dd23b8d

Minor whitespace tweak.
author Rob Landley <rob@landley.net>
date Sat, 01 Dec 2012 18:30:48 -0600
parents 45dbb4a5a3bc
children 7e0cea8fbc3e
files toys/posix/ls.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/toys/posix/ls.c	Sat Dec 01 18:30:20 2012 -0600
+++ b/toys/posix/ls.c	Sat Dec 01 18:30:48 2012 -0600
@@ -445,8 +445,7 @@
     }
 
     // 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