diff options
author | Lei Zhang <thestig@chromium.org> | 2018-09-20 12:56:04 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-09-20 12:56:04 +0000 |
commit | dd92aa5946259b3252beec2b4760adbfa9f985a4 (patch) | |
tree | 0b069943bcfb437ea35bc0da0abf771cda80a14e /fpdfsdk | |
parent | 109aa6d0f673aee11a398aae478fb758fc73a33f (diff) | |
download | pdfium-dd92aa5946259b3252beec2b4760adbfa9f985a4.tar.xz |
Fix misc lint errors and other cleanups.
Change-Id: I00ce0109251d1231858e87ffc3889abe6937fa26
Reviewed-on: https://pdfium-review.googlesource.com/42811
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk')
-rw-r--r-- | fpdfsdk/formfiller/cffl_formfiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp index 85f53469e3..4b94bde271 100644 --- a/fpdfsdk/formfiller/cffl_formfiller.cpp +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp @@ -535,7 +535,7 @@ bool CFFL_FormFiller::CommitData(CPDFSDK_PageView* pPageView, uint32_t nFlag) { if (!pObserved) return false; - SaveData(pPageView); // may invoking JS to delete this widget. + SaveData(pPageView); // may invoking JS to delete this widget. if (!pObserved) return false; |