Skip to content

Commit

Permalink
Remove tabulations
Browse files Browse the repository at this point in the history
The core uses spaces now, and empty lines are trimmed.
  • Loading branch information
nitriques committed Jul 3, 2017
1 parent 45ddc9a commit 4fb3fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ public function dataSourceSave($context)

$contents = preg_replace(
"/<!-- VAR LIST -->/",
"public \$dsParamCACHE = '$cache';\n\t\t<!-- VAR LIST -->",
"public \$dsParamCACHE = '$cache';\n<!-- VAR LIST -->",
$contents
);

Expand Down

0 comments on commit 4fb3fcc

Please sign in to comment.