diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-04 05:22:06 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-04 05:22:06 +0000 |
commit | ade1650846605d648da2565994e309414d908ac5 (patch) | |
tree | b49d2e1fbda2a0bdd9de36954124fe82f6120d7f /modules/gallery_unit_test/controllers | |
parent | f8b22c5aa9f70824004905fc864dead72bef67ea (diff) |
Add a test to detect tabs in our code, and convert all tabs to spaces
so that the test passes.
Diffstat (limited to 'modules/gallery_unit_test/controllers')
-rw-r--r-- | modules/gallery_unit_test/controllers/test.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |