summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-04 05:22:06 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-04 05:22:06 +0000
commitade1650846605d648da2565994e309414d908ac5 (patch)
treeb49d2e1fbda2a0bdd9de36954124fe82f6120d7f /modules/gallery_unit_test/controllers
parentf8b22c5aa9f70824004905fc864dead72bef67ea (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.php4
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;
}
}