summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2011-01-16 17:10:30 -0800
committerBharat Mediratta <bharat@menalto.com>2011-01-16 17:10:30 -0800
commitb78b1090184dd863c984e54652935963cc502eb8 (patch)
tree626f093f8b0a0620cb210ce45c052e20e3ffc9ec /modules/gallery/helpers/gallery.php
parent4f5aed5b55d54959907ca5d9505be01cde355846 (diff)
Fix indentation.
Diffstat (limited to 'modules/gallery/helpers/gallery.php')
-rw-r--r--modules/gallery/helpers/gallery.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery.php b/modules/gallery/helpers/gallery.php
index c4a6286c..31b342db 100644
--- a/modules/gallery/helpers/gallery.php
+++ b/modules/gallery/helpers/gallery.php
@@ -194,7 +194,8 @@ class gallery_Core {
static function version_string() {
if (gallery::RELEASE_CHANNEL == "git") {
return sprintf(
- "%s (branch %s build %s)", gallery::VERSION, gallery::RELEASE_BRANCH, gallery::build_number());
+ "%s (branch %s build %s)", gallery::VERSION, gallery::RELEASE_BRANCH,
+ gallery::build_number());
} else {
return sprintf("%s (%s)", gallery::VERSION, gallery::CODE_NAME);
}