Code Duplication    Length = 3-3 lines in 2 locations

lib/Cpdf.php 2 locations

@@ 2483-2485 (lines=3) @@
2480
                                $data['C'][$n] = $width;
2481
                            }
2482
2483
                            if (!isset($data['MissingWidth']) && $c == -1 && $n === '.notdef') {
2484
                                $data['MissingWidth'] = $width;
2485
                            }
2486
2487
                            break;
2488
@@ 2536-2538 (lines=3) @@
2533
                                $data['C'][$n] = $width;
2534
                            }
2535
2536
                            if (!isset($data['MissingWidth']) && $c == -1 && $n === '.notdef') {
2537
                                $data['MissingWidth'] = $width;
2538
                            }
2539
2540
                            break;
2541