aboutsummaryrefslogtreecommitdiff
path: root/editors/patch_toybox.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-01-25 13:39:24 +0100
commit3581c625151d25d8e1cbc80c44337d398d97cf42 (patch)
tree86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /editors/patch_toybox.c
parent46685a46bbffc04d507ce756f4b703aae024debd (diff)
downloadbusybox-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/patch_toybox.c')
-rw-r--r--editors/patch_toybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c
index f1e0de6cd..0e5c070e2 100644
--- a/editors/patch_toybox.c
+++ b/editors/patch_toybox.c
@@ -491,7 +491,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv)
int oldsum, newsum, del = 0;
char *s, *name;
- oldsum = oldline + oldlen;
+ oldsum = oldline + oldlen;
newsum = newline + newlen;
name = reverse ? oldname : newname;