Cleanup: simplify comments

clang-format reformatted when running a second time.
This commit is contained in:
Campbell Barton 2019-04-16 17:37:04 +02:00
parent 2a891842af
commit 752edc0a15
1 changed files with 4 additions and 4 deletions

View File

@ -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