diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-02-24 09:51:16 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-02-24 09:51:16 -0500 |
commit | 50cce609050e1a40e1d6936e0a3f0614b4483eee (patch) | |
tree | bdcd3399ee0c2fc5352ec8b008499a91ee08a422 /public/fpdf_formfill.h | |
parent | a7f70cc1ff7d54b92d9c55326c1439a25116e00c (diff) | |
download | pdfium-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/fpdf_formfill.h')
-rw-r--r-- | public/fpdf_formfill.h | 2 |
1 files changed, 0 insertions, 2 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; /** |