From 9afa352c534fa8aaef51973da909acb8a16c5d6a Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Fri, 24 Oct 2014 14:03:04 -0400
Subject: [PATCH] Style fix.

---
 module/VuFind/src/VuFind/Auth/ChoiceAuth.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
index 1c5f17c710d..d7e8e9493b4 100644
--- a/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
+++ b/module/VuFind/src/VuFind/Auth/ChoiceAuth.php
@@ -303,7 +303,8 @@ class ChoiceAuth extends AbstractBase
      * @throws AuthException
      * @return mixed
      */
-    protected function proxyUserLoad($request, $method, $params) {
+    protected function proxyUserLoad($request, $method, $params)
+    {
         $this->setStrategyFromRequest($request);
         $user = $this->proxyAuthMethod($method, $params);
         if (!$user) {
-- 
GitLab