From ade1650846605d648da2565994e309414d908ac5 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 4 Nov 2008 05:22:06 +0000 Subject: Add a test to detect tabs in our code, and convert all tabs to spaces so that the test passes. --- modules/gallery_unit_test/controllers/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/gallery_unit_test/controllers/test.php') diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php index 06e15696..33621a07 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -42,8 +42,8 @@ class Test_Controller extends Controller { // Make this the default database for the rest of this run Database::$instances = array('default' => $db); } catch (Exception $e) { - print "{$e->getMessage()}\n"; - return; + print "{$e->getMessage()}\n"; + return; } } -- cgit v1.2.3