runtests: fix indentation [ci skip]

Cherry-picked from #16840
This commit is contained in:
Viktor Szakats 2025-04-22 21:10:39 +02:00
parent e5a965b676
commit 3394644325
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

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