Completed
Push — 5.x ( 4bb56c...2a7c65 )
by Lars
06:29
created
lib/classes/Swift/Transport/StreamBuffer.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -186,8 +186,8 @@
 block discarded – undo
186 186
             ||
187 187
             feof($this->_out)
188 188
         ) {
189
-          // TODO?
190
-          return;
189
+            // TODO?
190
+            return;
191 191
         }
192 192
 
193 193
         $line = fgets($this->_out);
Please login to merge, or discard this patch.