mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
selftest: systematize formatting of if/elseif/else indentation in cleanup_child
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue May 24 13:43:35 CEST 2016 on sn-devel-144
This commit is contained in:
parent
98304a84b7
commit
de2bc193ad
@ -325,8 +325,7 @@ sub cleanup_child($$)
|
||||
} elsif ($childpid < 0) {
|
||||
printf STDERR "%s child process %d isn't here any more\n", $name, $pid;
|
||||
return $childpid;
|
||||
}
|
||||
elsif ($? & 127) {
|
||||
} elsif ($? & 127) {
|
||||
printf STDERR "%s child process %d, died with signal %d, %s coredump\n",
|
||||
$name, $childpid, ($? & 127), ($? & 128) ? 'with' : 'without';
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user