summaryrefslogtreecommitdiff
path: root/fipstest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-04 20:39:22 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-04 20:39:22 -0500
commitf9ef23884669a5f539f91b81ba58b61a2b6834e0 (patch)
treefafb4bea4f94584132c080dbf36bc9a4347b6a57 /fipstest.cpp
parent1f1c90cc290dc46a8664e0693190b2809024b225 (diff)
downloadcryptopp-git-f9ef23884669a5f539f91b81ba58b61a2b6834e0.tar.gz
Whitespace check-in
Diffstat (limited to 'fipstest.cpp')
-rw-r--r--fipstest.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/fipstest.cpp b/fipstest.cpp
index d2ece6df..235af000 100644
--- a/fipstest.cpp
+++ b/fipstest.cpp
@@ -30,18 +30,18 @@
#include <windows.h>
#if defined(_MSC_VER) && _MSC_VER >= 1400
-#ifdef _M_IX86
-#define _CRT_DEBUGGER_HOOK _crt_debugger_hook
-#else
-#define _CRT_DEBUGGER_HOOK __crt_debugger_hook
-#endif
-#if _MSC_VER < 1900
+# ifdef _M_IX86
+# define _CRT_DEBUGGER_HOOK _crt_debugger_hook
+# else
+# define _CRT_DEBUGGER_HOOK __crt_debugger_hook
+# endif
+# if _MSC_VER < 1900
extern "C" {_CRTIMP void __cdecl _CRT_DEBUGGER_HOOK(int);}
-#else
+# else
extern "C" {void __cdecl _CRT_DEBUGGER_HOOK(int); }
+# endif
#endif
-#endif
-#endif
+#endif // CRYPTOPP_WIN32_AVAILABLE
#include <sstream>
#include <iostream>