diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-24 18:06:26 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-24 18:06:26 -0800 |
commit | 24ef52eccbe854688d61a798ee79d64f24f63ac1 (patch) | |
tree | 421265051872c84898957fdc2187e4869c8e2a1a /modules | |
parent | b16ab9d94af3b463c3f3497c0b4cb57416349a27 (diff) |
whitespace fix
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery_block.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_block.php b/modules/gallery/helpers/gallery_block.php index 40660874..1db7585c 100644 --- a/modules/gallery/helpers/gallery_block.php +++ b/modules/gallery/helpers/gallery_block.php @@ -34,7 +34,7 @@ class gallery_block_Core { static function get($block_id) { $block = new Block(); - switch($block_id) { + switch ($block_id) { case "welcome": $block->css_id = "g-welcome"; $block->title = t("Welcome to Gallery 3"); |