Completed
Push — 5.x ( 6325ad...bea55e )
by Lars
05:35
created
lib/classes/Swift/Mime/SimpleMimeEntity.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -702,7 +702,7 @@
 block discarded – undo
702 702
     {
703 703
         if (count($this->_immediateChildren)) {
704 704
             $this->_setHeaderParameter('Content-Type', 'boundary',
705
-                                       $this->getBoundary()
705
+                                        $this->getBoundary()
706 706
             );
707 707
             $this->_headers->remove('Content-Transfer-Encoding');
708 708
         } else {
Please login to merge, or discard this patch.