summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/debug.c')
-rw-r--r--src/windows/cns/debug.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/windows/cns/debug.c b/src/windows/cns/debug.c
index d35e64ed56..052bf4e685 100644
--- a/src/windows/cns/debug.c
+++ b/src/windows/cns/debug.c
@@ -47,7 +47,7 @@ debug_check()
/* _CrtMemDumpAllObjectsSince( NULL ); */
_CrtMemCheckpoint( &s2 );
-
+
if ( _CrtMemDifference( &s3, &s1, &s2 ) )
_CrtMemDumpStatistics( &s3 );
@@ -88,4 +88,3 @@ debug_init()
SET_CRT_DEBUG_FIELD( _CRTDBG_LEAK_CHECK_DF );
}
#endif /* DEBUG */
-