Chromium Code Reviews| Index: public/fpdf_formfill.h |
| diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h |
| index 90c8b2685351f57ad07bca1771da050ea7b25722..625a2b63e9ab397b453023ec6e0563ada5fd6562 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 |
|
Lei Zhang
2015/08/06 21:21:25
Shouldn't this have 1 more space?
/**
* blah
*/
Nico
2015/08/06 21:28:36
I think clang-format doesn't touch the relative la
Lei Zhang
2015/08/06 21:30:40
Ok, no worries.
|
| * This method is required for performing the document's |