aboutsummaryrefslogtreecommitdiffstats
path: root/util/ysafeptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/ysafeptr.h')
-rw-r--r--util/ysafeptr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/ysafeptr.h b/util/ysafeptr.h
index af7dfd4bed..94b08e9d6b 100644
--- a/util/ysafeptr.h
+++ b/util/ysafeptr.h
@@ -20,7 +20,7 @@
// for destruction of objects (because of 'delete this').
////////////////////////////////////////////////////////////////////////////////////////////////////
-#if defined(_MSC_VER) && defined(_DEBUG)
+#if defined(_MSC_VER) && defined(_DEBUG)
#include <util/system/winint.h>
#define CHECK_YPTR2
#endif
@@ -223,7 +223,7 @@ private:
return dynamic_cast<classname*>(p); \
} \
Y_PRAGMA_DIAGNOSTIC_POP
-
+
////////////////////////////////////////////////////////////////////////////////////////////////////
template <class TUserObj>
IObjectBase* CastToObjectBaseImpl(TUserObj* p, void*);