Commit b595b76e authored by Darren Trethewey's avatar Darren Trethewey

Fix code formatting.

parent 081f3242
...@@ -2690,7 +2690,7 @@ abstract class AbstractPlatform ...@@ -2690,7 +2690,7 @@ abstract class AbstractPlatform
final public function getReservedKeywordsList() final public function getReservedKeywordsList()
{ {
// Check for an existing instantiation of the keywords class. // Check for an existing instantiation of the keywords class.
if($this->keywords) { if ($this->keywords) {
return $this->keywords; return $this->keywords;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment