From 339464432555b9bd71a5e4a4c4e55337cb07118d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 22 Apr 2025 21:10:39 +0200 Subject: [PATCH] runtests: fix indentation [ci skip] Cherry-picked from #16840 --- tests/runner.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } ################################################################### -- 2.47.2