From 6e2a9031415733a2d3296a6f4618cfa4dba4bc1a Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Wed, 8 Feb 2012 20:14:58 +0900
Subject: [PATCH] Issue #666854 by TR, JacobSingh: Whitespace follow-up for
 E_NOTICE warnings in run_tests().sh .

---
 core/scripts/run-tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/scripts/run-tests.sh b/core/scripts/run-tests.sh
index f535f89494d7..5bf95fb1d40a 100755
--- a/core/scripts/run-tests.sh
+++ b/core/scripts/run-tests.sh
@@ -598,9 +598,9 @@ function simpletest_script_reporter_display_results() {
           echo "\n\n---- $result->test_class ----\n\n\n";
           $test_class = $result->test_class;
 
-  // Print table header.
-  echo "Status    Group      Filename          Line Function                            \n";
-  echo "--------------------------------------------------------------------------------\n";
+          // Print table header.
+          echo "Status    Group      Filename          Line Function                            \n";
+          echo "--------------------------------------------------------------------------------\n";
         }
 
         simpletest_script_format_result($result);
-- 
GitLab