changeset 189:5e7319ccb7cf

Cosmetic indentation.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Mar 2018 14:41:48 +0200
parents a5ce6144fbf5
children 718f4c504662
files mgtool.php
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mgtool.php	Wed Mar 14 15:30:44 2018 +0200
+++ b/mgtool.php	Thu Mar 15 14:41:48 2018 +0200
@@ -896,7 +896,9 @@
       $sval = mgGetSetting($key);
       if ($cmd == "dump")
       {
-        printf("%-20s = %s\n", $key, mgGetDValStr($dval, $sval));
+        printf("%-20s = %s\n",
+          $key,
+          mgGetDValStr($dval, $sval));
       }
       else
       {