Code Duplication    Length = 6-6 lines in 2 locations

includes/libraries/Pdf/Tfpdf/tfpdf.class.php 2 locations

@@ 1033-1038 (lines=6) @@
1030
            $sep = -1;
1031
            $j = $i;
1032
            $l = 0;
1033
            if ($nl == 1)
1034
            {
1035
                $this->x = $this->lMargin;
1036
                $w = $this->w - $this->rMargin - $this->x;
1037
                $wmax = ($w - 2 * $this->cMargin);
1038
            }
1039
            $nl++;
1040
            continue;
1041
        }
@@ 1086-1091 (lines=6) @@
1083
            $sep = -1;
1084
            $j = $i;
1085
            $l = 0;
1086
            if ($nl == 1)
1087
            {
1088
                $this->x = $this->lMargin;
1089
                $w = $this->w - $this->rMargin - $this->x;
1090
                $wmax = ($w - 2 * $this->cMargin);
1091
            }
1092
            $nl++;
1093
        } else {
1094
                    $i++;