changeset 184:087df916b6b4

Cosmetic indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 14 Mar 2018 13:53:40 +0200
parents 74889db8e6a2
children cb7019690a73
files mgtool.php
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Wed Mar 14 13:52:49 2018 +0200
+++ b/mgtool.php	Wed Mar 14 13:53:40 2018 +0200
@@ -753,9 +753,9 @@
     $mgProgInfo, $mgProgEmail;
 
   echo
-  "MGTool ".$mgProgVersion." - MGallery management tool\n".
-  $mgProgInfo." ".$mgProgEmail."\n".
-  "(C) Copyright ".$mgProgCopyright."\n";
+    "MGTool ".$mgProgVersion." - MGallery management tool\n".
+    $mgProgInfo." ".$mgProgEmail."\n".
+    "(C) Copyright ".$mgProgCopyright."\n";
 }