Completed
Push — devel ( 8e8836...32d606 )
by Miguel
02:24
created
app/code/community/Nexcessnet/Turpentine/Block/Poll/ActivePoll.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
             $this->_template = $template;
30 30
             $this->setPollTemplate('turpentine/ajax.phtml', 'poll');
31 31
             $this->setPollTemplate('turpentine/ajax.phtml', 'results');
32
-        }
33
-        else
32
+        } else
34 33
         {
35 34
             // Mage_Poll is disabled, so do nothing
36 35
         }
Please login to merge, or discard this patch.
community/Nexcessnet/Turpentine/Model/Varnish/Configurator/Abstract.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -698,7 +698,7 @@
 block discarded – undo
698 698
      *
699 699
      * @param string $host     backend host
700 700
      * @param string $port     backend port
701
-	 * @param string $descriptor backend descriptor
701
+     * @param string $descriptor backend descriptor
702 702
      * @param string $probeUrl URL to check if backend is up
703 703
      * @param array  $options  extra options for backend
704 704
      * @return string
Please login to merge, or discard this patch.