From 95e854f3d8a6e1971b4538cc57c6e7c533b4aaed Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Sat, 13 Jun 2015 00:58:06 -0700 Subject: Remove trailing whitespaces in core, XFA edition. Review URL: https://codereview.chromium.org/1180333002. --- core/include/fxcodec/fx_codec.h | 22 +++++++++++----------- core/include/fxcodec/fx_codec_def.h | 2 +- core/include/fxcodec/fx_codec_provider.h | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'core/include/fxcodec') diff --git a/core/include/fxcodec/fx_codec.h b/core/include/fxcodec/fx_codec.h index dab637ccc1..dc2595b105 100644 --- a/core/include/fxcodec/fx_codec.h +++ b/core/include/fxcodec/fx_codec.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_FXCODEC_FX_CODEC_H_ @@ -28,7 +28,7 @@ class ICodec_BmpModule; class ICodec_TiffModule; class CFX_DIBAttribute; class ICodec_ScanlineDecoder; -class CCodec_ModuleMgr +class CCodec_ModuleMgr { public: @@ -109,7 +109,7 @@ protected: ICodec_TiffModule* m_pTiffModule; }; -class ICodec_BasicModule +class ICodec_BasicModule { public: @@ -121,7 +121,7 @@ public: virtual ICodec_ScanlineDecoder* CreateRunLengthDecoder(const uint8_t* src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc) = 0; }; -class ICodec_ScanlineDecoder +class ICodec_ScanlineDecoder { public: @@ -147,7 +147,7 @@ public: virtual void ClearImageData() = 0; }; -class ICodec_FlateModule +class ICodec_FlateModule { public: @@ -162,7 +162,7 @@ public: uint8_t*& dest_buf, FX_DWORD& dest_size) = 0; virtual FX_BOOL Encode(const uint8_t* src_buf, FX_DWORD src_size, uint8_t*& dest_buf, FX_DWORD& dest_size) = 0; }; -class ICodec_FaxModule +class ICodec_FaxModule { public: @@ -175,7 +175,7 @@ public: virtual FX_BOOL Encode(const uint8_t* src_buf, int width, int height, int pitch, uint8_t*& dest_buf, FX_DWORD& dest_size) = 0; }; -class ICodec_JpegModule +class ICodec_JpegModule { public: @@ -210,7 +210,7 @@ public: virtual FX_DWORD GetAvailInput(void* pContext, uint8_t** avail_buf_ptr = NULL) = 0; }; -class ICodec_JpxModule +class ICodec_JpxModule { public: @@ -317,7 +317,7 @@ public: virtual void DestroyDecoder(void* ctx) = 0; }; -class ICodec_Jbig2Module +class ICodec_Jbig2Module { public: @@ -366,13 +366,13 @@ public: virtual FXCODEC_STATUS ContinueDecode(IFX_Pause* pPause = NULL) = 0; }; -class ICodec_Jbig2Encoder +class ICodec_Jbig2Encoder { public: virtual ~ICodec_Jbig2Encoder() {} }; -class ICodec_IccModule +class ICodec_IccModule { public: typedef enum { diff --git a/core/include/fxcodec/fx_codec_def.h b/core/include/fxcodec/fx_codec_def.h index a98c61a4c5..36a5e0d2c2 100644 --- a/core/include/fxcodec/fx_codec_def.h +++ b/core/include/fxcodec/fx_codec_def.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_FXCODEC_FX_CODEC_DEF_H_ diff --git a/core/include/fxcodec/fx_codec_provider.h b/core/include/fxcodec/fx_codec_provider.h index 276977bc1d..2020f8738f 100644 --- a/core/include/fxcodec/fx_codec_provider.h +++ b/core/include/fxcodec/fx_codec_provider.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_FXCODEC_FX_CODEC_PROVIDER_H_ -- cgit v1.2.3