Code Duplication    Length = 5-5 lines in 2 locations

pdf/tcpdf.php 2 locations

@@ 2244-2248 (lines=5) @@
2241
					$sep = -1;
2242
					$j = $i;
2243
					$l = 0;
2244
					if($nl == 1) {
2245
						$this->x = $this->lMargin;
2246
						$w = $this->w - $this->rMargin - $this->x;
2247
						$wmax = ($w - 2 * $this->cMargin);
2248
					}
2249
					$nl++;
2250
					continue;
2251
				}
@@ 2283-2287 (lines=5) @@
2280
					$sep = -1;
2281
					$j = $i;
2282
					$l = 0;
2283
					if($nl==1) {
2284
						$this->x = $this->lMargin;
2285
						$w = $this->w - $this->rMargin - $this->x;
2286
						$wmax = ($w - 2 * $this->cMargin);
2287
					}
2288
					$nl++;
2289
				}
2290
				else {