Skip to content

Commit 7e134e7

Browse files
committed
test.pl: White space only
Indent code that the previous commit surrounded with a block
1 parent 26d5dba commit 7e134e7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

t/test.pl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,11 +1950,11 @@ ($;$)
19501950

19511951
if (! $@ && $watchdog > 0) {
19521952

1953-
# Add END block to parent to terminate and clean up watchdog
1954-
# process
1955-
eval("END { local \$! = 0; local \$? = 0;
1956-
wait() if kill('KILL', $watchdog); };");
1957-
return;
1953+
# Add END block to parent to terminate and clean up watchdog
1954+
# process
1955+
eval("END { local \$! = 0; local \$? = 0;
1956+
wait() if kill('KILL', $watchdog); };");
1957+
return;
19581958
}
19591959

19601960
$@ = "\n$@" if $@;

0 commit comments

Comments
 (0)