[Bf-blender-cvs] [752edc0a155] master: Cleanup: simplify comments

Campbell Barton noreply at git.blender.org
Tue Apr 16 17:38:32 CEST 2019


Commit: 752edc0a155a3cd9ff6b0152cd7c96cecd542c9b
Author: Campbell Barton
Date:   Tue Apr 16 17:37:04 2019 +0200
Branches: master
https://developer.blender.org/rB752edc0a155a3cd9ff6b0152cd7c96cecd542c9b

Cleanup: simplify comments

clang-format reformatted when running a second time.

===================================================================

M	intern/ghost/intern/GHOST_Debug.h

===================================================================

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



More information about the Bf-blender-cvs mailing list