diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-11 17:20:00 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-11 17:20:00 +0000 |
commit | 8bcd78dd99c17ea33daf8fb670dc9489cb24168f (patch) | |
tree | af4e797eef0a65f4e3dba94b325da0ec08452d36 /libbb/recursive_action.c | |
parent | eac7a041006fbc2b18d2bbf26547d0780369fa5e (diff) | |
download | busybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.tar.gz busybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.tar.bz2 busybox-w32-8bcd78dd99c17ea33daf8fb670dc9489cb24168f.zip |
Trailing whitespace removal over entire tree
git-svn-id: svn://busybox.net/trunk/busybox@17252 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/recursive_action.c')
-rw-r--r-- | libbb/recursive_action.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/recursive_action.c b/libbb/recursive_action.c index 121a3dffd..25a87b88e 100644 --- a/libbb/recursive_action.c +++ b/libbb/recursive_action.c | |||
@@ -33,7 +33,7 @@ static int true_action(const char *fileName, struct stat *statbuf, void* userDat | |||
33 | * | 33 | * |
34 | * if !depthFirst, dirAction return value of 0 (FALSE) or 2 (SKIP) | 34 | * if !depthFirst, dirAction return value of 0 (FALSE) or 2 (SKIP) |
35 | * prevents recursion into that directory, instead | 35 | * prevents recursion into that directory, instead |
36 | * recursive_action() returns 0 (if FALSE) or 1 (if SKIP). | 36 | * recursive_action() returns 0 (if FALSE) or 1 (if SKIP). |
37 | * | 37 | * |
38 | * followLinks=0/1 differs mainly in handling of links to dirs. | 38 | * followLinks=0/1 differs mainly in handling of links to dirs. |
39 | * 0: lstat(statbuf). Calls fileAction on link name even if points to dir. | 39 | * 0: lstat(statbuf). Calls fileAction on link name even if points to dir. |