diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-11 15:17:59 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-11 15:17:59 -0700 |
commit | d9e1477c88692ac6eaf8bd20a573a2fdccb1ff41 (patch) | |
tree | 204bbb14d2962753b0f1431c9631e81298e5f454 /core/src/fpdftext | |
parent | f25db681003f0247e97bfef22be56a8aa02b7595 (diff) | |
download | pdfium-d9e1477c88692ac6eaf8bd20a573a2fdccb1ff41.tar.xz |
Remove trailing whitespaces in core.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1177973008.
Diffstat (limited to 'core/src/fpdftext')
-rw-r--r-- | core/src/fpdftext/fpdf_text.cpp | 2 | ||||
-rw-r--r-- | core/src/fpdftext/fpdf_text_int.cpp | 2 | ||||
-rw-r--r-- | core/src/fpdftext/fpdf_text_search.cpp | 4 | ||||
-rw-r--r-- | core/src/fpdftext/text_int.h | 4 | ||||
-rw-r--r-- | core/src/fpdftext/txtproc.h | 10 | ||||
-rw-r--r-- | core/src/fpdftext/unicodenormalizationdata.cpp | 2 |
6 files changed, 12 insertions, 12 deletions
diff --git a/core/src/fpdftext/fpdf_text.cpp b/core/src/fpdftext/fpdf_text.cpp index bb0ed98940..38715e579f 100644 --- a/core/src/fpdftext/fpdf_text.cpp +++ b/core/src/fpdftext/fpdf_text.cpp @@ -1,7 +1,7 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfapi/fpdf_page.h" diff --git a/core/src/fpdftext/fpdf_text_int.cpp b/core/src/fpdftext/fpdf_text_int.cpp index a6c32bbf50..b5e6213ba1 100644 --- a/core/src/fpdftext/fpdf_text_int.cpp +++ b/core/src/fpdftext/fpdf_text_int.cpp @@ -1,7 +1,7 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfapi/fpdf_resource.h" diff --git a/core/src/fpdftext/fpdf_text_search.cpp b/core/src/fpdftext/fpdf_text_search.cpp index 89e132991d..07f493ea98 100644 --- a/core/src/fpdftext/fpdf_text_search.cpp +++ b/core/src/fpdftext/fpdf_text_search.cpp @@ -1,13 +1,13 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fpdfapi/fpdf_pageobj.h" #include "../../include/fpdftext/fpdf_text.h" #include "../../include/fpdfapi/fpdf_page.h" -class CPDF_TextStream +class CPDF_TextStream { public: CPDF_TextStream(CFX_WideTextBuf& buffer, FX_BOOL bUseLF, CFX_PtrArray* pObjArray); diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h index 87d527d942..6eb6ca5a74 100644 --- a/core/src/fpdftext/text_int.h +++ b/core/src/fpdftext/text_int.h @@ -1,13 +1,13 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_SRC_FPDFTEXT_TEXT_INT_H_ #define CORE_SRC_FPDFTEXT_TEXT_INT_H_ -class CPDF_TextParseOptions +class CPDF_TextParseOptions { public: CPDF_TextParseOptions(); diff --git a/core/src/fpdftext/txtproc.h b/core/src/fpdftext/txtproc.h index e1e6bf7099..7a3799e8e0 100644 --- a/core/src/fpdftext/txtproc.h +++ b/core/src/fpdftext/txtproc.h @@ -1,20 +1,20 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef CORE_SRC_FPDFTEXT_TXTPROC_H_ #define CORE_SRC_FPDFTEXT_TXTPROC_H_ -class CTextColumn +class CTextColumn { public: FX_FLOAT m_AvgPos; int m_Count; int m_TextPos; }; -class CTextBox +class CTextBox { public: CFX_WideString m_Text; @@ -26,7 +26,7 @@ public: FX_FLOAT m_FontSizeV; CTextColumn* m_pColumn; }; -class CTextBaseLine +class CTextBaseLine { public: CTextBaseLine(); @@ -47,7 +47,7 @@ public: }; class CPDF_PageObject; class CPDF_TextObject; -class CTextPage +class CTextPage { public: CTextPage(); diff --git a/core/src/fpdftext/unicodenormalizationdata.cpp b/core/src/fpdftext/unicodenormalizationdata.cpp index 37ccdc94ae..1b903ecc2d 100644 --- a/core/src/fpdftext/unicodenormalizationdata.cpp +++ b/core/src/fpdftext/unicodenormalizationdata.cpp @@ -1,7 +1,7 @@ // Copyright 2014 PDFium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - + // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "../../include/fxcrt/fx_system.h" |