From 0998538c4a5ad116caf020aa2bd82bd32a6f7772 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 14 Aug 2015 22:23:47 -0700 Subject: Merge to XFA: Cleanup: Fix some unneeded semi-colons and bad spacing. TBR=tsepez@chromium.org Review URL: https://codereview.chromium.org/1284193005 . (cherry picked from commit 632b807b386878afdb42322f0037f8998306f4a9) Review URL: https://codereview.chromium.org/1301453002 . --- core/src/fxcodec/codec/codec_int.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/fxcodec/codec/codec_int.h') diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h index faf812051a..ae6af007f6 100644 --- a/core/src/fxcodec/codec/codec_int.h +++ b/core/src/fxcodec/codec/codec_int.h @@ -371,7 +371,7 @@ class CPDF_Jbig2Interface : public CJBig2_Module { class CCodec_Jbig2Context { public: CCodec_Jbig2Context(); - ~CCodec_Jbig2Context(){}; + ~CCodec_Jbig2Context() {} FX_DWORD m_width; FX_DWORD m_height; @@ -388,7 +388,7 @@ class CCodec_Jbig2Context { }; class CCodec_Jbig2Module : public ICodec_Jbig2Module { public: - CCodec_Jbig2Module(){}; + CCodec_Jbig2Module() {} ~CCodec_Jbig2Module() override; // ICodec_Jbig2Module -- cgit v1.2.3