[Pkg-owncloud-commits] [owncloud] 31/223: fix indention
David Prévot
taffit at moszumanska.debian.org
Sun Jun 22 01:54:02 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 0252d39bb6b1e659b03840c5a1a599d90a92c291
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed Jun 11 00:57:00 2014 +0200
fix indention
---
lib/private/appframework/http/dispatcher.php | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/lib/private/appframework/http/dispatcher.php b/lib/private/appframework/http/dispatcher.php
index c5ec345..fa8d3c4 100644
--- a/lib/private/appframework/http/dispatcher.php
+++ b/lib/private/appframework/http/dispatcher.php
@@ -52,9 +52,9 @@ class Dispatcher {
* @param IRequest $request the incoming request
*/
public function __construct(Http $protocol,
- MiddlewareDispatcher $middlewareDispatcher,
- ControllerMethodReflector $reflector,
- IRequest $request) {
+ MiddlewareDispatcher $middlewareDispatcher,
+ ControllerMethodReflector $reflector,
+ IRequest $request) {
$this->protocol = $protocol;
$this->middlewareDispatcher = $middlewareDispatcher;
$this->reflector = $reflector;
@@ -162,9 +162,9 @@ class Dispatcher {
// if none is given try the first Accept header
if($format === null) {
- $headers = $this->request->getHeader('Accept');
- $format = $controller->getResponderByHTTPHeader($headers);
- }
+ $headers = $this->request->getHeader('Accept');
+ $format = $controller->getResponderByHTTPHeader($headers);
+ }
$response = $controller->buildResponse($response, $format);
}
--
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