summaryrefslogtreecommitdiff
path: root/core/src/fxcodec/jbig2/JBig2_Module.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2015-08-14 21:39:51 -0700
committerLei Zhang <thestig@chromium.org>2015-08-14 21:39:51 -0700
commit632b807b386878afdb42322f0037f8998306f4a9 (patch)
treeb9ff525f52a3344d77ef7154a0b698286875b029 /core/src/fxcodec/jbig2/JBig2_Module.h
parent24fbf134d43a7ec4226de3db601f0a617bbe428b (diff)
downloadpdfium-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/jbig2/JBig2_Module.h')
-rw-r--r--core/src/fxcodec/jbig2/JBig2_Module.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/fxcodec/jbig2/JBig2_Module.h b/core/src/fxcodec/jbig2/JBig2_Module.h
index c669afe696..53e47605ba 100644
--- a/core/src/fxcodec/jbig2/JBig2_Module.h
+++ b/core/src/fxcodec/jbig2/JBig2_Module.h
@@ -23,12 +23,12 @@ class CJBig2_Module {
virtual void JBig2_Free(void* pMem) = 0;
- virtual void JBig2_Assert(int32_t nExpression){};
+ virtual void JBig2_Assert(int32_t nExpression) {}
- virtual void JBig2_Error(const FX_CHAR* format, ...){};
+ virtual void JBig2_Error(const FX_CHAR* format, ...) {}
- virtual void JBig2_Warn(const FX_CHAR* format, ...){};
+ virtual void JBig2_Warn(const FX_CHAR* format, ...) {}
- virtual void JBig2_Log(const FX_CHAR* format, ...){};
+ virtual void JBig2_Log(const FX_CHAR* format, ...) {}
};
#endif