aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/tier0/memdbgoff.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /mp/src/public/tier0/memdbgoff.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/public/tier0/memdbgoff.h')
-rw-r--r--mp/src/public/tier0/memdbgoff.h50
1 files changed, 25 insertions, 25 deletions
diff --git a/mp/src/public/tier0/memdbgoff.h b/mp/src/public/tier0/memdbgoff.h
index 44dda778..1cd09dae 100644
--- a/mp/src/public/tier0/memdbgoff.h
+++ b/mp/src/public/tier0/memdbgoff.h
@@ -1,25 +1,25 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose: This header, which must be the final line of a .h file,
-// causes all crt methods to stop using debugging versions of the memory allocators.
-// NOTE: Use memdbgon.h to re-enable memory debugging.
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifdef MEM_OVERRIDE_ON
-
-#undef malloc
-#undef realloc
-#undef calloc
-#undef free
-#undef _expand
-#undef _msize
-#undef new
-#undef _aligned_malloc
-#undef _aligned_free
-#undef _malloc_dbg
-
-#undef MEM_OVERRIDE_ON
-
-#endif
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: This header, which must be the final line of a .h file,
+// causes all crt methods to stop using debugging versions of the memory allocators.
+// NOTE: Use memdbgon.h to re-enable memory debugging.
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifdef MEM_OVERRIDE_ON
+
+#undef malloc
+#undef realloc
+#undef calloc
+#undef free
+#undef _expand
+#undef _msize
+#undef new
+#undef _aligned_malloc
+#undef _aligned_free
+#undef _malloc_dbg
+
+#undef MEM_OVERRIDE_ON
+
+#endif