diff lib/xwrap.c @ 1666:10922d83392a draft

Remove trailing whitespace.
author Rob Landley <rob@landley.net>
date Sun, 18 Jan 2015 14:06:14 -0600
parents 492bd41f8b9a
children 4a6a53da1c53
line wrap: on
line diff
--- a/lib/xwrap.c	Sun Jan 18 13:44:24 2015 -0600
+++ b/lib/xwrap.c	Sun Jan 18 14:06:14 2015 -0600
@@ -349,7 +349,7 @@
 
 // Cannonicalize path, even to file with one or more missing components at end.
 // if exact, require last path component to exist
-char *xabspath(char *path, int exact) 
+char *xabspath(char *path, int exact)
 {
   struct string_list *todo, *done = 0;
   int try = 9999, dirfd = open("/", 0);;
@@ -610,7 +610,7 @@
 
   if (CFG_TOYBOX_FLOAT) d = strtod(arg, &arg);
   else l = strtoul(arg, &arg, 10);
-  
+
   // Parse suffix
   if (*arg) {
     int ismhd[]={1,60,3600,86400}, i = stridx("smhd", *arg);