WhitespaceClean-resources/others

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

View File

@@ -65,5 +65,5 @@ require "resources/require.php";
catch (PDOException $e) {
echo 'Connection failed: ' . $e->getMessage();
}
?>