Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2285)

Unified Diff: core/src/fxcodec/codec/codec_int.h

Issue 1284193005: Clean: Fix some unneeded semi-colons and bad spacing. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/src/fpdftext/text_int.h ('k') | core/src/fxcodec/jbig2/JBig2_Context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: 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 e7baa585f92fb6c1f1e1e5b14e421dd43ba6a37c..ec558bea28fe418acf8ec205b6c0177252865d3d 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
« no previous file with comments | « core/src/fpdftext/text_int.h ('k') | core/src/fxcodec/jbig2/JBig2_Context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698