Fix indentation and remove empty lines

This commit is contained in:
logmanoriginal 2016-08-03 14:00:24 +02:00
parent b0dce860f7
commit b344f50784

View file

@ -2,13 +2,11 @@
class GuruMedBridge extends BridgeAbstract{ class GuruMedBridge extends BridgeAbstract{
public function loadMetadatas() { public function loadMetadatas() {
$this->maintainer = "qwertygc"; $this->maintainer = "qwertygc";
$this->name = "GuruMed"; $this->name = "GuruMed";
$this->uri = "http://www.gurumed.org"; $this->uri = "http://www.gurumed.org";
$this->description = "Returns the 5 newest posts from Gurumed (full text)"; $this->description = "Returns the 5 newest posts from Gurumed (full text)";
$this->update = "2016-08-03"; $this->update = "2016-08-03";
} }
function GurumedStripCDATA($string) { function GurumedStripCDATA($string) {
@ -32,7 +30,6 @@ class GuruMedBridge extends BridgeAbstract{
$limit++; $limit++;
} }
} }
} }
public function getName(){ public function getName(){