diff --git a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
index 594f19eaac429ee9c4feedbe519f18aa5896c979..89a1cef942e9d4abae033c43a9cf199cf49f774b 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/MultiBackend.php
@@ -71,7 +71,7 @@ class MultiBackend extends AbstractBase
      *
      * @var object[]
      */
-     protected $cache = [];
+    protected $cache = [];
 
     /**
      * The array of booleans letting us know if a
@@ -79,7 +79,7 @@ class MultiBackend extends AbstractBase
      *
      * @var boolean[]
      */
-     protected $isInitialized = [];
+    protected $isInitialized = [];
 
     /**
      * The array of driver configuration options.
diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php
index bb4372d6efc65168912eeb1f824656e253ed1e82..b99c37256c342a1ddccfa6880031657a8d5427c4 100644
--- a/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php
+++ b/module/VuFindSearch/src/VuFindSearch/Backend/EDS/Base.php
@@ -52,7 +52,7 @@ abstract class EdsApi_REST_Base
      *
      * @var string
      */
-     protected $edsApiHost = 'http://eds-api.ebscohost.com/edsapi/rest';
+    protected $edsApiHost = 'http://eds-api.ebscohost.com/edsapi/rest';
 
     /**
      * Auth host