From ec071a50f8a294d0aaaa98d0db93f04d1becc549 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 7 Mar 2013 15:18:20 -0500
Subject: [PATCH] Style fix.

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

diff --git a/module/VuFind/src/VuFind/Controller/InstallController.php b/module/VuFind/src/VuFind/Controller/InstallController.php
index bb8a6cba058..2b967b7b948 100644
--- a/module/VuFind/src/VuFind/Controller/InstallController.php
+++ b/module/VuFind/src/VuFind/Controller/InstallController.php
@@ -237,7 +237,8 @@ class InstallController extends AbstractBase
     {
         $requiredFunctionsExist
             = function_exists('mb_substr') && is_callable('imagecreatefromstring')
-              && function_exists('mcrypt_module_open') && class_exists('XSLTProcessor');
+              && function_exists('mcrypt_module_open')
+              && class_exists('XSLTProcessor');
 
         return array(
             'title' => 'Dependencies',
-- 
GitLab