Code Duplication    Length = 2-2 lines in 2 locations

lib/FPDF/src/pdf_parser.php 2 locations

@@ 423-424 (lines=2) @@
420
		        $c->reset($startpos = $o_pos + $o_offset);
421
		        
422
		        $e = 0; // ensure line breaks in front of the stream
423
		        if ($c->buffer[0] == chr(10) || $c->buffer[0] == chr(13))
424
		        	$e++;
425
		        if ($c->buffer[1] == chr(10) && $c->buffer[0] != chr(10))
426
		        	$e++;
427
		        
@@ 425-426 (lines=2) @@
422
		        $e = 0; // ensure line breaks in front of the stream
423
		        if ($c->buffer[0] == chr(10) || $c->buffer[0] == chr(13))
424
		        	$e++;
425
		        if ($c->buffer[1] == chr(10) && $c->buffer[0] != chr(10))
426
		        	$e++;
427
		        
428
		        if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) {
429
		        	$tmp_c =& new pdf_context($this->f);