diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-16 17:10:30 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-16 17:10:30 -0800 |
commit | b78b1090184dd863c984e54652935963cc502eb8 (patch) | |
tree | 626f093f8b0a0620cb210ce45c052e20e3ffc9ec /modules | |
parent | 4f5aed5b55d54959907ca5d9505be01cde355846 (diff) |
Fix indentation.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/helpers/gallery.php | 3 |
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); } |