*: whitespace fixes
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 4 Oct 2010 22:13:02 +0000 (00:13 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 4 Oct 2010 22:13:02 +0000 (00:13 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/patch.c
editors/patch_toybox.c
shell/ash.c

index 0bde2cab35165dfa7babb67ae64b32514ea4b105..764f0f18317f0c00293b9d2e69f5c281baa2978d 100644 (file)
@@ -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;
index 7f3234e66e2c589310584592b13c2d1e0e950a39..04bd98eead9d36db5a8e4bec228d17f5ee5a09de 100644 (file)
@@ -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;
index ea835527e5ef428f9ddc4b9598ca3364e1e14ae3..fbf3efce22aaea5202aac705c5352a13f0b65479 100644 (file)
@@ -12840,7 +12840,7 @@ init(void)
        /* bash re-enables SIGHUP which is SIG_IGNed on entry.
         * Try: "trap '' HUP; bash; echo RET" and type "kill -HUP $$"
         */
-        signal(SIGHUP, SIG_DFL);
+       signal(SIGHUP, SIG_DFL);
 
        /* from var.c: */
        {