diff options
author | Nico Weber <thakis@chromium.org> | 2015-08-06 14:38:03 -0700 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2015-08-06 14:38:03 -0700 |
commit | 4684c83a4e9114a63c64744064dd190e4d459c6f (patch) | |
tree | e34d3d36735db7d1692d1da95aa732f3241d9906 /public | |
parent | 905cc10ecd06bcacfefb747cc3370c72772f0e15 (diff) | |
download | pdfium-4684c83a4e9114a63c64744064dd190e4d459c6f.tar.xz |
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 .
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_formfill.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |