summaryrefslogtreecommitdiff
path: root/editors/patch.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-10-05 00:13:02 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-10-05 00:13:02 +0200
commitcacb2cd281392135871364c3beb1f8143396ccc0 (patch)
tree152bee10f6285dc0874ada5b7b8ca783a7b32fd2 /editors/patch.c
parentafc7b4c0d83ab82eb20cedae5d9676c3a21af4bf (diff)
downloadbusybox-w32-cacb2cd281392135871364c3beb1f8143396ccc0.tar.gz
busybox-w32-cacb2cd281392135871364c3beb1f8143396ccc0.tar.bz2
busybox-w32-cacb2cd281392135871364c3beb1f8143396ccc0.zip
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'editors/patch.c')
-rw-r--r--editors/patch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch.c b/editors/patch.c
index 0bde2cab3..764f0f183 100644
--- a/editors/patch.c
+++ b/editors/patch.c
@@ -554,7 +554,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv)
554 int oldsum, newsum, del = 0; 554 int oldsum, newsum, del = 0;
555 char *name; 555 char *name;
556 556
557 oldsum = TT.oldline + TT.oldlen; 557 oldsum = TT.oldline + TT.oldlen;
558 newsum = TT.newline + TT.newlen; 558 newsum = TT.newline + TT.newlen;
559 559
560 name = reverse ? oldname : newname; 560 name = reverse ? oldname : newname;