aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2015-01-18 14:06:14 -0600
committerRob Landley <rob@landley.net>2015-01-18 14:06:14 -0600
commit2c1cf4a02783e2a570ddf7b7ea968c7bed781f91 (patch)
treebb454a31153a66de680248a6d74177527372e0ec /lib/lib.c
parent468f155ecefec275e6d2299470d35bd912f69a94 (diff)
downloadtoybox-2c1cf4a02783e2a570ddf7b7ea968c7bed781f91.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'lib/lib.c')
-rw-r--r--lib/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib.c b/lib/lib.c
index 808c149a..f70d379c 100644
--- a/lib/lib.c
+++ b/lib/lib.c
@@ -155,7 +155,7 @@ int mkpathat(int atfd, char *dir, mode_t lastmode, int flags)
if (!(flags&2) || errno != EEXIST) return 1;
} else if (flags&4)
fprintf(stderr, "%s: created directory '%s'\n", toys.which->name, dir);
-
+
if (!(*s = save)) break;
}