diff options
author | Lei Zhang <thestig@chromium.org> | 2015-06-13 00:58:06 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-06-13 00:58:06 -0700 |
commit | 95e854f3d8a6e1971b4538cc57c6e7c533b4aaed (patch) | |
tree | b2d45762d4670ef93321bc6a464946a93cc7e8b0 /core/include/fpdfapi/fpdf_pageobj.h | |
parent | a6d9f0edce07194f551db4c38bb427fbf7d550cf (diff) | |
download | pdfium-95e854f3d8a6e1971b4538cc57c6e7c533b4aaed.tar.xz |
Remove trailing whitespaces in core, XFA edition.
Review URL: https://codereview.chromium.org/1180333002.
Diffstat (limited to 'core/include/fpdfapi/fpdf_pageobj.h')
-rw-r--r-- | core/include/fpdfapi/fpdf_pageobj.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/include/fpdfapi/fpdf_pageobj.h b/core/include/fpdfapi/fpdf_pageobj.h index 340c8d3b75..3414d36fbf 100644 --- a/core/include/fpdfapi/fpdf_pageobj.h +++ b/core/include/fpdfapi/fpdf_pageobj.h @@ -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 #ifndef CORE_INCLUDE_FPDFAPI_FPDF_PAGEOBJ_H_ @@ -97,7 +97,7 @@ public: return m_pObject->IsRect(); } }; -class CPDF_ClipPathData +class CPDF_ClipPathData { public: @@ -159,7 +159,7 @@ public: void Transform(const CFX_AffineMatrix& matrix); }; -class CPDF_ColorStateData +class CPDF_ColorStateData { public: @@ -206,7 +206,7 @@ class CPDF_GraphState : public CFX_CountRef<CFX_GraphStateData> { public: }; -class CPDF_TextStateData +class CPDF_TextStateData { public: @@ -265,7 +265,7 @@ public: }; class CPDF_TransferFunc; -class CPDF_GeneralStateData +class CPDF_GeneralStateData { public: @@ -334,7 +334,7 @@ public: return m_pObject ? FXSYS_round((bStroke ? m_pObject->m_StrokeAlpha : m_pObject->m_FillAlpha) * 255) : 255; } }; -class CPDF_ContentMarkItem +class CPDF_ContentMarkItem { public: @@ -386,7 +386,7 @@ private: void* m_pParam; }; -class CPDF_ContentMarkData +class CPDF_ContentMarkData { public: @@ -432,7 +432,7 @@ public: #define PDFPAGE_SHADING 4 #define PDFPAGE_FORM 5 #define PDFPAGE_INLINES 6 -class CPDF_GraphicStates +class CPDF_GraphicStates { public: |