<?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
}\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
return $bResult;\r
}\r
\r
-function createSetupArgvArray() {\r
+function createSetupArgvArray() \r
+{\r
$aCMDOptions\r
= array(\r
'Create and setup nominatim search system',\r