@@ -150,8 +150,7 @@ discard block |
||
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 |
||
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) { |