Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: public/fpdf_formfill.h

Issue 1272653005: clang-format all pdfium code, again. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« fpdfsdk/src/fxedit/fxet_ap.cpp ('K') | « fpdfsdk/src/pdfwindow/PWL_ListBox.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdf_formfill.h
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 90c8b2685351f57ad07bca1771da050ea7b25722..463dc8fd0736452eef28c57272e4b8271eed7848 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -767,21 +767,21 @@ 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
-*additional-action.
-* Parameters:
-* hHandle - Handle to the form fill module. Returned by
-*FPDFDOC_InitFormFillEnvironment.
-* aaType - The type of the additional-actions which defined
-*above.
-* Return Value:
-* NONE
-* Comments:
-* This method will do nothing if there is no document
-*additional-action corresponding to the specified aaType.
-**/
+ /**
Lei Zhang 2015/08/06 21:12:04 Why is this indented?
Nico 2015/08/06 21:16:09 I'm guessing it aligns to the comment in previous
+ * Function: FORM_DoDocumentAAction
+ * This method is required for performing the document's
+ *additional-action.
+ * Parameters:
+ * hHandle - Handle to the form fill module. Returned by
+ *FPDFDOC_InitFormFillEnvironment.
+ * aaType - The type of the additional-actions which defined
+ *above.
+ * Return Value:
+ * NONE
+ * Comments:
+ * This method will do nothing if there is no document
+ *additional-action corresponding to the specified aaType.
+ **/
DLLEXPORT void STDCALL FORM_DoDocumentAAction(FPDF_FORMHANDLE hHandle,
int aaType);
« fpdfsdk/src/fxedit/fxet_ap.cpp ('K') | « fpdfsdk/src/pdfwindow/PWL_ListBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698