changeset 562:d576bc58df3c

Cosmetic/indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Dec 2013 22:25:52 +0200
parents 6b4cbd590d35
children a2fe1708ff05
files msitegen.inc.php
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/msitegen.inc.php	Tue Dec 24 22:25:27 2013 +0200
+++ b/msitegen.inc.php	Tue Dec 24 22:25:52 2013 +0200
@@ -788,16 +788,16 @@
 //
 // Global locale initialization
 //
-  if (!isset($localeInited) || !$localeInited)
-  {
-    $localeInited = TRUE;
+if (!isset($localeInited) || !$localeInited)
+{
+  $localeInited = TRUE;
 
-    if (!isset($pageCharset))
-      $pageCharset = "UTF-8";
+  if (!isset($pageCharset))
+    $pageCharset = "UTF-8";
 
-    mb_internal_encoding($pageCharset);
+  mb_internal_encoding($pageCharset);
 
-    $tmp = "en_US.".strtolower(str_replace("-", "", $pageCharset));
-    setlocale(LC_ALL, $tmp);
-  }
+  $tmp = "en_US.".strtolower(str_replace("-", "", $pageCharset));
+  setlocale(LC_ALL, $tmp);
+}
 ?>
\ No newline at end of file