summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/debug.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
committerTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
commit02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch)
tree61b9147863cd8be3eff63903dc36cae168254bd5 /src/windows/cns/debug.c
parent162ab371748cba0cc6f172419bd6e71fa04bb878 (diff)
downloadkrb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip
make mark-cstyle
make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
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 */
-