Passed
Push — main ( ad1187...7feae0 )
by Stefan
07:51
created
SKien/XFPDF/XPDF.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1132,8 +1132,9 @@
 block discarded – undo
1132 1132
         $this->bInGrid = true;
1133 1133
 
1134 1134
         if ($this->bMultiline) {
1135
-            if ($this->getY() + (2 * $this->fltLineHeight) > $this->PageBreakTrigger)
1136
-                $this->AddPage($this->CurOrientation);
1135
+            if ($this->getY() + (2 * $this->fltLineHeight) > $this->PageBreakTrigger) {
1136
+                            $this->AddPage($this->CurOrientation);
1137
+            }
1137 1138
         }
1138 1139
 
1139 1140
         for ($i = 0; $i <= $this->iMaxCol; $i++) {
Please login to merge, or discard this patch.