Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-16 18:37:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-16 18:37:04 +0300
commit752edc0a155a3cd9ff6b0152cd7c96cecd542c9b (patch)
treee05ab55df36193da395d6604851ac6666c627ad3 /intern/ghost
parent2a891842afabcbb903897cfd56f7389f02d7e3b4 (diff)
Cleanup: simplify comments
clang-format reformatted when running a second time.
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_Debug.h8
1 files changed, 4 insertions, 4 deletions
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