WhitespaceClean-app/batch_1

whitespace pass over files
for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
mafoo
2016-03-11 11:56:29 +00:00
parent 66ba2802bd
commit 3b438926b6
13 changed files with 16 additions and 16 deletions

View File

@@ -27,7 +27,7 @@
/**
* scripts class provides methods for creating the config.lua and copying switch scripts
*
*
* @method string correct_path
* @method string copy_files
* @method string write_config
@@ -110,7 +110,7 @@ class scripts {
global $db_path;
global $db_username;
global $db_password;
//replace the backslash with a forward slash
$db_path = str_replace("\\", "/", $db_path);