From cacb2cd281392135871364c3beb1f8143396ccc0 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 5 Oct 2010 00:13:02 +0200 Subject: *: whitespace fixes Signed-off-by: Denys Vlasenko --- editors/patch.c | 2 +- editors/patch_toybox.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') 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) int oldsum, newsum, del = 0; char *name; - oldsum = TT.oldline + TT.oldlen; + oldsum = TT.oldline + TT.oldlen; newsum = TT.newline + TT.newlen; name = reverse ? oldname : newname; 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) int oldsum, newsum, del = 0; char *s, *name; - oldsum = TT.oldline + TT.oldlen; + oldsum = TT.oldline + TT.oldlen; newsum = TT.newline + TT.newlen; name = reverse ? oldname : newname; -- cgit v1.2.3