[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][bts_1110969] add missing space



Title: GitLab

Louis-Philippe Véronneau pushed to branch bts_1110969 at lintian / lintian

Commits:

  • d7ddde5d
    by Louis-Philippe Véronneau at 2025-09-02T23:35:52-04:00
    add missing space
    

1 changed file:

Changes:

  • lib/Lintian/Check/Fonts/Postscript/Type1.pm
    ... ... @@ -62,7 +62,7 @@ sub visit_installed_files {
    62 62
                     # sometimes, the file is utf8
    
    63 63
                     $output = decode('utf8', $bytes, Encode::FB_CROAK);
    
    64 64
                 }
    
    65
    -        }else {
    
    65
    +        } else {
    
    66 66
                 die 'In file ' . $item->name . $COLON . $SPACE . $@;
    
    67 67
             }
    
    68 68
         }
    


  • Reply to: