# HG changeset patch # User Rob Landley # Date 1354408248 21600 # Node ID 0cd93dd23b8dc5dd1e5ded62520956ec36f5b4bd # Parent 45dbb4a5a3bcb9fa01515e9007311a9e8324764d Minor whitespace tweak. diff -r 45dbb4a5a3bc -r 0cd93dd23b8d toys/posix/ls.c --- 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