• Add comments to force line breaks, parenthesize function arguments
    that are contatenated strings, etc. -- these kinds of changes improve
    clang-format's results and also cause emacs cc-mode to match
    clang-format. After this type of change, most of the time, when
    clang-format and emacs disagree, clang-format is better.
    Jay Berkenbilt authored
     
    Browse Dir »













  • Remove test for type == /XObject in QPDFObjectHandle::isFormXObject
    as type value is optional (as per spec 8.10.2).
    
    Replace code to test for /Form in QPDFJob::shouldRemoveUnreferencedResources
    with a call to isFormXObject.
    m-holger authored
     
    Browse Dir »