diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-05 00:13:02 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-10-05 00:13:02 +0200 |
commit | cacb2cd281392135871364c3beb1f8143396ccc0 (patch) | |
tree | 152bee10f6285dc0874ada5b7b8ca783a7b32fd2 /editors/patch_toybox.c | |
parent | afc7b4c0d83ab82eb20cedae5d9676c3a21af4bf (diff) | |
download | busybox-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_toybox.c')
-rw-r--r-- | editors/patch_toybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c index 7f3234e66..04bd98eea 100644 --- a/editors/patch_toybox.c +++ b/editors/patch_toybox.c | |||
@@ -522,7 +522,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv) | |||
522 | int oldsum, newsum, del = 0; | 522 | int oldsum, newsum, del = 0; |
523 | char *s, *name; | 523 | char *s, *name; |
524 | 524 | ||
525 | oldsum = TT.oldline + TT.oldlen; | 525 | oldsum = TT.oldline + TT.oldlen; |
526 | newsum = TT.newline + TT.newlen; | 526 | newsum = TT.newline + TT.newlen; |
527 | 527 | ||
528 | name = reverse ? oldname : newname; | 528 | name = reverse ? oldname : newname; |