summaryrefslogtreecommitdiff
path: root/config_misc.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-03 22:08:51 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-03 22:08:51 -0400
commitf2c0c2c5cbf38447c1a69cf459d92ff9ef90ffd9 (patch)
tree218283ee7d35980561c2b31ba69d118ec61c2f93 /config_misc.h
parent883dbce74a3d6d66fd0f57f383284aef378db47c (diff)
downloadcryptopp-git-f2c0c2c5cbf38447c1a69cf459d92ff9ef90ffd9.tar.gz
Cleanup stray semicolons
I believe this is the last group from https://github.com/weidai11/cryptopp/issues/889
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