From 60965d5f4d608bdccc2ffd4e8753e12cbbbd71d2 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 21 May 2023 13:35:09 -0400 Subject: Rerun clang-format --- examples/pdf-overlay-page.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/pdf-overlay-page.cc') diff --git a/examples/pdf-overlay-page.cc b/examples/pdf-overlay-page.cc index 5b74d58b..6d1cd0b0 100644 --- a/examples/pdf-overlay-page.cc +++ b/examples/pdf-overlay-page.cc @@ -31,8 +31,7 @@ stamp_page(char const* infile, char const* stampfile, char const* outfile) stamppdf.processFile(stampfile); // Get first page from other file - QPDFPageObjectHelper stamp_page_1 = - QPDFPageDocumentHelper(stamppdf).getAllPages().at(0); + QPDFPageObjectHelper stamp_page_1 = QPDFPageDocumentHelper(stamppdf).getAllPages().at(0); // Convert page to a form XObject QPDFObjectHandle foreign_fo = stamp_page_1.getFormXObjectForPage(); // Copy form XObject to the input file @@ -48,8 +47,8 @@ stamp_page(char const* infile, char const* stampfile, char const* outfile) // Generate content to place the form XObject centered within // destination page's trim box. QPDFMatrix m; - std::string content = ph.placeFormXObject( - stamp_fo, name, ph.getTrimBox().getArrayAsRectangle(), m); + std::string content = + ph.placeFormXObject(stamp_fo, name, ph.getTrimBox().getArrayAsRectangle(), m); if (!content.empty()) { // Append the content to the page's content. Surround the // original content with q...Q to the new content from the -- cgit v1.2.3-54-g00ecf