From 752edc0a155a3cd9ff6b0152cd7c96cecd542c9b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 16 Apr 2019 17:37:04 +0200 Subject: Cleanup: simplify comments clang-format reformatted when running a second time. --- intern/ghost/intern/GHOST_Debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/ghost') diff --git a/intern/ghost/intern/GHOST_Debug.h b/intern/ghost/intern/GHOST_Debug.h index db81a78367d..2351935f16b 100644 --- a/intern/ghost/intern/GHOST_Debug.h +++ b/intern/ghost/intern/GHOST_Debug.h @@ -27,10 +27,10 @@ #ifdef _MSC_VER # ifdef DEBUG -# pragma warning (disable:4786) // suppress stl-MSVC debug info warning - // #define GHOST_DEBUG -# endif // DEBUG -#endif // _MSC_VER + /* Suppress stl-MSVC debug info warning. */ +# pragma warning (disable:4786) +# endif +#endif #ifdef WITH_GHOST_DEBUG # define GHOST_DEBUG // spit ghost events to stdout -- cgit v1.2.3