Code Duplication    Length = 5-5 lines in 2 locations

lib/FPDF/src/fpdf.php 1 location

@@ 592-596 (lines=5) @@
589
		}
590
		$this->AddPage($this->CurOrientation,$this->CurPageSize,$this->CurRotation);
591
		$this->x = $x;
592
		if($ws>0)
593
		{
594
			$this->ws = $ws;
595
			$this->_out(sprintf('%.3F Tw',$ws*$k));
596
		}
597
	}
598
	if($w==0)
599
		$w = $this->w-$this->rMargin-$this->x;

ufpdf/ufpdf.php 1 location

@@ 103-107 (lines=5) @@
100
    }
101
    $this->AddPage($this->CurOrientation);
102
    $this->x=$x;
103
    if($ws>0)
104
    {
105
      $this->ws=$ws;
106
      $this->_out(sprintf('%.3f Tw',$ws*$k));
107
    }
108
  }
109
  if($w==0)
110
    $w=$this->w-$this->rMargin-$this->x;