Code Duplication    Length = 6-6 lines in 2 locations

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

@@ 1068-1073 (lines=6) @@
1065
            $sep = -1;
1066
            $j = $i;
1067
            $l = 0;
1068
            if ($nl == 1)
1069
            {
1070
                $this->x = $this->lMargin;
1071
                $w = $this->w - $this->rMargin - $this->x;
1072
                $wmax = ($w - 2 * $this->cMargin);
1073
            }
1074
            $nl++;
1075
            continue;
1076
        }
@@ 1119-1124 (lines=6) @@
1116
            $sep = -1;
1117
            $j = $i;
1118
            $l = 0;
1119
            if ($nl == 1)
1120
            {
1121
                $this->x = $this->lMargin;
1122
                $w = $this->w - $this->rMargin - $this->x;
1123
                $wmax = ($w - 2 * $this->cMargin);
1124
            }
1125
            $nl++;
1126
        } else {
1127
                    $i++;