Code Duplication    Length = 3-3 lines in 2 locations

lib/Cpdf.php 2 locations

@@ 2553-2555 (lines=3) @@
2550
                                $data['C'][$n] = $width;
2551
                            }
2552
2553
                            if (!isset($data['MissingWidth']) && $c == -1 && $n === '.notdef') {
2554
                                $data['MissingWidth'] = $width;
2555
                            }
2556
2557
                            break;
2558
@@ 2606-2608 (lines=3) @@
2603
                                $data['C'][$n] = $width;
2604
                            }
2605
2606
                            if (!isset($data['MissingWidth']) && $c == -1 && $n === '.notdef') {
2607
                                $data['MissingWidth'] = $width;
2608
                            }
2609
2610
                            break;
2611