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

Unified Diff: public/fpdfview.h

Issue 1730553002: Fixing whitespace lint errors. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review fixes Created 4 years, 10 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
« no previous file with comments | « public/fpdf_save.h ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/fpdfview.h
diff --git a/public/fpdfview.h b/public/fpdfview.h
index 873129250a42a19e3b1b44fa00f485acf7ce94dd..2401affb17a2cbe283a80bd3beb08c3f3a3d8e6b 100644
--- a/public/fpdfview.h
+++ b/public/fpdfview.h
@@ -5,7 +5,7 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
// NOTE: External docs refer to this file as "fpdfview.h", so do not rename
-// despite lack of consitency with other public files.
+// despite lack of consistency with other public files.
#ifndef PUBLIC_FPDFVIEW_H_
#define PUBLIC_FPDFVIEW_H_
@@ -15,7 +15,7 @@
#endif
#ifdef PDF_ENABLE_XFA
-// TODO: remove the #define when XFA is officially in pdfium
+// TODO: remove the #define when XFA is officially in pdfium
#define PDF_USE_XFA
#endif // PDF_ENABLE_XFA
@@ -348,7 +348,6 @@ typedef struct _FPDF_FILEHANDLER {
* @return 0 for success, other value for failure.
*/
FPDF_RESULT (*Truncate)(FPDF_LPVOID clientData, FPDF_DWORD size);
-
} FPDF_FILEHANDLER, *FPDF_LPFILEHANDLER;
#endif
« no previous file with comments | « public/fpdf_save.h ('k') | samples/pdfium_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698