Code Duplication    Length = 2-2 lines in 2 locations

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

@@ 963-964 (lines=2) @@
960
            $ns++;
961
        }
962
963
        if ($this->unifontSubset) { $l += $this->GetStringWidth($c); } else { $l += $cw[$c] * $this->FontSize / 1000; }
964
965
        if ($l > $wmax)
966
        {
967
            // Automatic line break
@@ 1081-1082 (lines=2) @@
1078
                    $sep = $i;
1079
        }
1080
1081
        if ($this->unifontSubset) { $l += $this->GetStringWidth($c); } else { $l += $cw[$c] * $this->FontSize / 1000; }
1082
1083
        if ($l > $wmax)
1084
        {
1085
            // Automatic line break