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 --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index ea83552..fbf3efc 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: */ { -- cgit v1.1