summaryrefslogtreecommitdiff
path: root/config_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_misc.h')
-rw-r--r--config_misc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config_misc.h b/config_misc.h
index 50e123f9..54bf3104 100644
--- a/config_misc.h
+++ b/config_misc.h
@@ -145,13 +145,13 @@
#endif // CRYPTOPP_CXX11_CONSTEXPR
#if defined(CRYPTOPP_DOXYGEN_PROCESSING)
-# define CRYPTOPP_CONSTANT(x) static const int x ;
+# define CRYPTOPP_CONSTANT(x) static const int x
#elif defined(CRYPTOPP_CXX11_ENUM)
-# define CRYPTOPP_CONSTANT(x) enum : int { x } ;
+# define CRYPTOPP_CONSTANT(x) enum : int { x }
#elif defined(CRYPTOPP_CXX11_CONSTEXPR)
-# define CRYPTOPP_CONSTANT(x) constexpr static int x ;
+# define CRYPTOPP_CONSTANT(x) constexpr static int x
#else
-# define CRYPTOPP_CONSTANT(x) static const int x ;
+# define CRYPTOPP_CONSTANT(x) static const int x
#endif
// Warnings