Fix spacing in ReplacementArray
authorKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 17:54:30 +0000 (10:54 -0700)
committerKunal Mehta <legoktm@gmail.com>
Fri, 25 Sep 2015 17:54:58 +0000 (10:54 -0700)
Change-Id: I8cb23892a06ebd8ad0f0726e8a6f4c853d0eb4c3

includes/libs/ReplacementArray.php

index b6faa37..ea50a85 100644 (file)
@@ -112,7 +112,7 @@ class ReplacementArray {
         */
        public function replace( $subject ) {
                if (
-                       function_exists( 'fss_prep_replace' )  &&
+                       function_exists( 'fss_prep_replace' ) &&
                        version_compare( PHP_VERSION, '5.5.0' ) < 0
                ) {
                        if ( $this->fss === false ) {