summaryrefslogtreecommitdiffstats
path: root/lib/feed.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:16 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:47 +0200
commit1e37bc139bb28e6fe9b0dd0d477e2dbef5a2cab9 (patch)
treefa56b07316b914f39e2dd02b70a61b05b016b967 /lib/feed.php
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'lib/feed.php')
-rw-r--r--lib/feed.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/feed.php b/lib/feed.php
index 4f82404f6..e99ba3c75 100644
--- a/lib/feed.php
+++ b/lib/feed.php
@@ -4,10 +4,10 @@
*
* @author Alessandro Cosentino
* Copyright (c) 2012 - Alessandro Cosentino <cosenal@gmail.com>
-*
+*
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file
-*
+*
*/
namespace OCA\News;
@@ -35,7 +35,7 @@ class Feed extends Collection {
parent::__construct($id);
}
}
-
+
public function getUrl() {
return $this->url;
}
@@ -43,7 +43,7 @@ class Feed extends Collection {
public function getTitle() {
return $this->title;
}
-
+
public function setTitle($title) {
$this->title = $title;
}