changeset 2418:1c3c2eae93a5

Cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Feb 2022 11:39:26 +0200
parents eba783bef2ee
children e74f6d14ef03
files src/genbcxml.php
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/genbcxml.php	Sat Jan 01 16:19:34 2022 +0200
+++ b/src/genbcxml.php	Thu Feb 17 11:39:26 2022 +0200
@@ -5,9 +5,7 @@
   die("You can only run this script as a commandline application.\n");
 
 if (count($argv) < 5)
-{
   die("Usage: ".$argv[0]." <path to mkloc> <path to loc files> <path to world.inc.ph> <outputfile.xml>\n");
-}
 
 // Stub config
 $binMkLoc = $argv[1];