noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/08: indent code


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/08: indent code
Date: Fri, 28 Aug 2015 07:47:02 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit a3e00e16e1d21fe1e3085707003e38e0b208a61c
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 09:55:11 2015 +0200

    indent code
---
 include/config_file.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/config_file.php b/include/config_file.php
index 5e5611b..11a82f7 100644
--- a/include/config_file.php
+++ b/include/config_file.php
@@ -182,11 +182,11 @@ function 
config_file_create($p_array,$from_setup=1,$p_os=1)
     fputs($hFile,"\r\n");
     fputs($hFile,"\r\n");
     fputs($hFile,"\r\n");
-     fputs($hFile, "// Uncomment if you don't want "."\r\n");
-     fputs($hFile, "// to be informed when a new release is "."\r\n");
-     fputs($hFile, "// published"."\r\n");
-     fputs($hFile, '// define ("SITE_UPDATE","");'."\r\n");
-     fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
+    fputs($hFile, "// Uncomment if you don't want "."\r\n");
+    fputs($hFile, "// to be informed when a new release is "."\r\n");
+    fputs($hFile, "// published"."\r\n");
+    fputs($hFile, '// define ("SITE_UPDATE","");'."\r\n");
+    fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
     fputs($hFile,'?>');
     fclose($hFile);
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]