summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-02-24 09:51:16 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-02-24 09:51:16 -0500
commit50cce609050e1a40e1d6936e0a3f0614b4483eee (patch)
treebdcd3399ee0c2fc5352ec8b008499a91ee08a422 /public
parenta7f70cc1ff7d54b92d9c55326c1439a25116e00c (diff)
downloadpdfium-50cce609050e1a40e1d6936e0a3f0614b4483eee.tar.xz
Fixing whitespace lint errors.
This CL enables several of the diabled whitelist/* lint checks. R=thestig@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/1730553002 .
Diffstat (limited to 'public')
-rw-r--r--public/fpdf_formfill.h2
-rw-r--r--public/fpdf_save.h1
-rw-r--r--public/fpdfview.h5
3 files changed, 2 insertions, 6 deletions
diff --git a/public/fpdf_formfill.h b/public/fpdf_formfill.h
index 710dc4e9d2..31117538e2 100644
--- a/public/fpdf_formfill.h
+++ b/public/fpdf_formfill.h
@@ -305,7 +305,6 @@ typedef struct _IPDF_JsPlatform {
/* Version 3. */
/* Version 3 moves m_Isolate and m_v8EmbedderSlot to FPDF_LIBRARY_CONFIG. */
-
} IPDF_JSPLATFORM;
// Flags for Cursor type
@@ -1031,7 +1030,6 @@ typedef struct _FPDF_FORMFILLINFO {
**/
FPDF_BOOL (*FFI_PutRequestURL)(struct _FPDF_FORMFILLINFO* pThis, FPDF_WIDESTRING wsURL, FPDF_WIDESTRING wsData, FPDF_WIDESTRING wsEncode);
#endif // PDF_ENABLE_XFA
-
} FPDF_FORMFILLINFO;
/**
diff --git a/public/fpdf_save.h b/public/fpdf_save.h
index 4eea054eda..44520a5baf 100644
--- a/public/fpdf_save.h
+++ b/public/fpdf_save.h
@@ -39,7 +39,6 @@ typedef struct FPDF_FILEWRITE_ {
int (*WriteBlock)(struct FPDF_FILEWRITE_* pThis,
const void* pData,
unsigned long size);
-
} FPDF_FILEWRITE;
/** @brief Incremental. */
diff --git a/public/fpdfview.h b/public/fpdfview.h
index 873129250a..2401affb17 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