From e26dabd8ee8deaf1e6e371345cbbe44b43e6f8fe Mon Sep 17 00:00:00 2001 From: Eriko Torralba Date: Thu, 21 Apr 2016 17:38:36 +0800 Subject: [PATCH] Update run-tests.php code style; lack of whitespace --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 25123c319f..d17ffe4baf 100755 --- a/run-tests.php +++ b/run-tests.php @@ -2792,7 +2792,7 @@ function junit_mark_test_as($type, $file_name, $test_name, $time = null, $messag } elseif ('WARN' == $type) { junit_suite_record($suite, 'test_warn'); $JUNIT['files'][$file_name]['xml'] .= "$escaped_message\n"; - } elseif('FAIL' == $type) { + } elseif ('FAIL' == $type) { junit_suite_record($suite, 'test_fail'); $JUNIT['files'][$file_name]['xml'] .= "$escaped_details\n"; } else { -- 2.50.1