]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/setup_functions.php
splitted createTables and changed formatting to please Travis
[nominatim.git] / lib / setup_functions.php
index da66fc7d89813b509c36c7dcce3f479deef540bf..fec28f17c42b3c3eb76a76e87ae7834e878a1f01 100755 (executable)
@@ -1,6 +1,7 @@
 <?php\r
 \r
-function checkInFile($sOSMFile) {\r
+function checkInFile($sOSMFile) \r
+{\r
     if (!isset($sOSMFile)) {\r
         fail('missing --osm-file for data import');\r
     }\r
@@ -14,7 +15,8 @@ function checkInFile($sOSMFile) {
     }\r
 }\r
 \r
-function checkModulePresence() {\r
+function checkModulePresence() \r
+{\r
     // Try accessing the C module, so we know early if something is wrong\r
     // and can simply error out.\r
     $sModulePath = CONST_Database_Module_Path;\r
@@ -36,7 +38,8 @@ function checkModulePresence() {
     return $bResult;\r
 }\r
 \r
-function createSetupArgvArray() {\r
+function createSetupArgvArray() \r
+{\r
     $aCMDOptions\r
     = array(\r
     'Create and setup nominatim search system',\r