[Fusionforge-commits] FusionForge branch master updated. 9d30325692ffa9e6536d8acb839b935a553cce2c

Franck Villaume nerville at fusionforge.org
Thu Dec 11 21:41:16 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  9d30325692ffa9e6536d8acb839b935a553cce2c (commit)
      from  a27b184fe082264815518349b4d2d1b1369c6c43 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9d30325692ffa9e6536d8acb839b935a553cce2c
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Thu Dec 11 21:40:53 2014 +0100

    indent

diff --git a/src/www/scm/include/scm_utils.php b/src/www/scm/include/scm_utils.php
index 3221192..3be591d 100644
--- a/src/www/scm/include/scm_utils.php
+++ b/src/www/scm/include/scm_utils.php
@@ -41,12 +41,12 @@ function scm_header($params) {
 		exit_disabled();
 	}
 
-    if (isset($params['inframe'])) {
-			echo html_ao('html');
-			echo html_ao('body');
-			echo html_ao('div');
-            return;
-    }
+	if (isset($params['inframe'])) {
+		echo html_ao('html');
+		echo html_ao('body');
+		echo html_ao('div');
+		return;
+	}
 	/*
 		Show horizontal links
 	*/
@@ -77,9 +77,9 @@ function scm_header($params) {
 
 function scm_footer($params = array('inframe'=>0)) {
 	echo html_ac(html_ap() -1);
-    if ($params['inframe']) {
-            return;
-    }
+	if ($params['inframe']) {
+		return;
+	}
 	site_project_footer();
 }
 

-----------------------------------------------------------------------

Summary of changes:
 src/www/scm/include/scm_utils.php |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list