From f7996f3b700a22797565e9aa57e251e6e3ac1e4d Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 11 Jan 2007 17:20:00 +0000 Subject: Trailing whitespace removal over entire tree --- archival/tar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archival/tar.c') diff --git a/archival/tar.c b/archival/tar.c index ee9007c47..2ba51adf7 100644 --- a/archival/tar.c +++ b/archival/tar.c @@ -673,7 +673,7 @@ static void handle_SIGCHLD(int status) if (WIFEXITED(status) && WEXITSTATUS(status)==0) /* child exited with 0 */ return; - /* Cannot happen? + /* Cannot happen? if(!WIFSIGNALED(status) && !WIFEXITED(status)) return; */ child_error = 1; } -- cgit v1.2.3