From 4684c83a4e9114a63c64744064dd190e4d459c6f Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 6 Aug 2015 14:38:03 -0700 Subject: clang-format all pdfium code, again. Also add a presubmit that checks for this so I don't have to keep doing it. No behavior change. Generated by: find . -name '*.cpp' -o -name '*.h' | \ grep -E -v 'third_party|thirdparties|lpng_v163' | \ xargs ../../buildtools/mac/clang-format -i BUG=none R=thestig@chromium.org Review URL: https://codereview.chromium.org/1272653005 . --- public/fpdf_formfill.h | 1 + 1 file changed, 1 insertion(+) (limited to 'public') diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h index 90c8b26853..625a2b63e9 100644 --- a/public/fpdf_formfill.h +++ b/public/fpdf_formfill.h @@ -767,6 +767,7 @@ DLLEXPORT void STDCALL FORM_DoDocumentOpenAction(FPDF_FORMHANDLE hHandle); 0x13 // WP, before printing document, JavaScript action. #define FPDFDOC_AACTION_DP \ 0x14 // DP, after printing document, JavaScript action. + /** * Function: FORM_DoDocumentAAction * This method is required for performing the document's -- cgit v1.2.3