From 9af0863997ae717f0f6fb856ba1c6c47e7d9f820 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 29 Sep 2014 11:23:12 -0400
Subject: [PATCH] Style fix.

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

diff --git a/module/VuFind/src/VuFind/QRCode/Loader.php b/module/VuFind/src/VuFind/QRCode/Loader.php
index a9b91287334..9d755cf1f63 100644
--- a/module/VuFind/src/VuFind/QRCode/Loader.php
+++ b/module/VuFind/src/VuFind/QRCode/Loader.php
@@ -72,7 +72,8 @@ class Loader extends \VuFind\ImageLoader
      * @param \Zend\Config\Config    $config VuFind configuration
      * @param \VuFindTheme\ThemeInfo $theme  VuFind theme tools
      */
-    public function __construct($config, \VuFindTheme\ThemeInfo $theme) {
+    public function __construct($config, \VuFindTheme\ThemeInfo $theme)
+    {
         $this->config = $config;
         $this->setThemeInfo($theme);
         $this->configuredFailImage
-- 
GitLab