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/include/fxge/fx_ge.h | |
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/include/fxge/fx_ge.h')
-rw-r--r-- | core/include/fxge/fx_ge.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/include/fxge/fx_ge.h b/core/include/fxge/fx_ge.h index 46ff0c30f8..a0c0ca5a2b 100644 --- a/core/include/fxge/fx_ge.h +++ b/core/include/fxge/fx_ge.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_FXGE_FX_GE_H_ @@ -22,7 +22,7 @@ class IFX_RenderDeviceDriver; class CCodec_ModuleMgr; class IFXG_PaintModuleMgr; -class CFX_GEModule +class CFX_GEModule { public: @@ -86,7 +86,7 @@ typedef struct { #define FXPT_TYPE 0x06 #define FXFILL_ALTERNATE 1 #define FXFILL_WINDING 2 -class CFX_ClipRgn +class CFX_ClipRgn { public: @@ -145,7 +145,7 @@ inline FX_ARGB ArgbGammaInverse(FX_ARGB argb) { return argb; } -class CFX_PathData +class CFX_PathData { public: @@ -218,7 +218,7 @@ protected: int m_AllocCount; }; -class CFX_GraphStateData +class CFX_GraphStateData { public: @@ -301,7 +301,7 @@ typedef struct { FX_DWORD m_ExtGID; FX_BOOL m_bFontStyle; } FXTEXT_CHARPOS; -class CFX_RenderDevice +class CFX_RenderDevice { public: CFX_RenderDevice(); @@ -501,7 +501,7 @@ protected: FX_BOOL m_bOwnedBitmap; }; -class IFX_RenderDeviceDriver +class IFX_RenderDeviceDriver { public: @@ -640,7 +640,7 @@ protected: ~IFX_PSOutput() { } }; class CPSFont; -class CFX_PSRenderer +class CFX_PSRenderer { public: |