diff options
author | Lei Zhang <thestig@chromium.org> | 2015-08-14 21:39:51 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-08-14 21:39:51 -0700 |
commit | 632b807b386878afdb42322f0037f8998306f4a9 (patch) | |
tree | b9ff525f52a3344d77ef7154a0b698286875b029 /core/src/fxcodec/codec/codec_int.h | |
parent | 24fbf134d43a7ec4226de3db601f0a617bbe428b (diff) | |
download | pdfium-632b807b386878afdb42322f0037f8998306f4a9.tar.xz |
Clean: Fix some unneeded semi-colons and bad spacing.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1284193005 .
Diffstat (limited to 'core/src/fxcodec/codec/codec_int.h')
-rw-r--r-- | core/src/fxcodec/codec/codec_int.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/fxcodec/codec/codec_int.h b/core/src/fxcodec/codec/codec_int.h index e7baa585f9..ec558bea28 100644 --- a/core/src/fxcodec/codec/codec_int.h +++ b/core/src/fxcodec/codec/codec_int.h @@ -288,7 +288,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; @@ -305,7 +305,7 @@ class CCodec_Jbig2Context { }; class CCodec_Jbig2Module : public ICodec_Jbig2Module { public: - CCodec_Jbig2Module(){}; + CCodec_Jbig2Module() {} ~CCodec_Jbig2Module() override; // ICodec_Jbig2Module |