From: Viktor Szakats Date: Tue, 22 Apr 2025 19:10:39 +0000 (+0200) Subject: runtests: fix indentation [ci skip] X-Git-Tag: curl-8_14_0~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339464432555b9bd71a5e4a4c4e55337cb07118d;p=thirdparty%2Fcurl.git runtests: fix indentation [ci skip] Cherry-picked from #16840 --- diff --git a/tests/runner.pm b/tests/runner.pm index bea6de709a..f85a1925ec 100644 --- a/tests/runner.pm +++ b/tests/runner.pm @@ -1347,8 +1347,8 @@ sub controlleripccall { if(!$multiprocess) { # Call the remote function here in single process mode ipcrecv(); - } - return 0; + } + return 0; } ###################################################################