]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: fix indentation [ci skip]
authorViktor Szakats <commit@vsz.me>
Tue, 22 Apr 2025 19:10:39 +0000 (21:10 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 22 Apr 2025 19:11:37 +0000 (21:11 +0200)
Cherry-picked from #16840

tests/runner.pm

index bea6de709a06b55165189703427e86f428406b4b..f85a1925ec83fe948da6cb4f9941c2410211da7c 100644 (file)
@@ -1347,8 +1347,8 @@ sub controlleripccall {
     if(!$multiprocess) {
         # Call the remote function here in single process mode
         ipcrecv();
-     }
-     return 0;
+    }
+    return 0;
 }
 
 ###################################################################