Completed
Push — master ( f091a0...4929b8 )
by Miguel
10s
created
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Braces   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -150,8 +150,7 @@  discard block
 block discarded – undo
150 150
             Mage::getStoreConfig('turpentine_varnish/servers/custom_vcl_template'),
151 151
             array('root_dir' => Mage::getBaseDir())
152 152
         );
153
-        if (is_file($filePath)) { return $filePath; }
154
-        else { return null; }
153
+        if (is_file($filePath)) { return $filePath; } else { return null; }
155 154
     }
156 155
 
157 156
 
@@ -988,7 +987,7 @@  discard block
 block discarded – undo
988 987
     }
989 988
 }
990 989
 EOS;
991
-        }else{
990
+        } else{
992 991
             $tpl_750 = '
993 992
 sub vcl_synth {
994 993
     if (resp.status == 750) {
Please login to merge, or discard this patch.