[Pkg-owncloud-commits] [owncloud] 109/134: fix code formatting
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:44:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 21496703288e0a90e591098eb0b3fc5be6d0a3bc
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Thu Apr 10 16:20:42 2014 +0200
fix code formatting
---
lib/private/router.php | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/private/router.php b/lib/private/router.php
index febd140..a661090 100644
--- a/lib/private/router.php
+++ b/lib/private/router.php
@@ -184,7 +184,8 @@ class OC_Router {
/**
* To isolate the variable scope used inside the $file it is required in it's own method
* @param $file
- */ private function requireRouteFile($file) {
+ */
+ private function requireRouteFile($file) {
require_once $file;
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list