aboutsummaryrefslogtreecommitdiff
path: root/shell
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 /shell
parentafc7b4c0d83ab82eb20cedae5d9676c3a21af4bf (diff)
downloadbusybox-cacb2cd281392135871364c3beb1f8143396ccc0.tar.gz
*: whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index ea835527e..fbf3efce2 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -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: */
{