summaryrefslogtreecommitdiffstats
path: root/lib/folder.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/folder.php
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'lib/folder.php')
-rw-r--r--lib/folder.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/folder.php b/lib/folder.php
index 93a37baa2..2e3c96a7c 100644
--- a/lib/folder.php
+++ b/lib/folder.php
@@ -62,11 +62,11 @@ class Folder extends Collection {
public function addChild(Collection $child) {
$this->children[] = $child;
}
-
+
public function addChildren($children) {
$this->children = $children;
}
-
+
public function getChildren() {
return $this->children;
}