summaryrefslogtreecommitdiff
path: root/util/heapcheck.h
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-01-04 00:40:41 -0500
committerEliot Horowitz <eliot@10gen.com>2011-01-04 00:40:41 -0500
commitb828d21630d8715fff5a30c682a51ab79880093d (patch)
treecbbc46069dcfc08ab1525ec06a5dff5967dde148 /util/heapcheck.h
parent4315a900ae604e11f2d9d68d1e6f87b8aa01dddc (diff)
downloadmongo-b828d21630d8715fff5a30c682a51ab79880093d.tar.gz
ran astyle SERVER-2304
Diffstat (limited to 'util/heapcheck.h')
-rw-r--r--util/heapcheck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/heapcheck.h b/util/heapcheck.h
index e8c87bdc672..95da9538db5 100644
--- a/util/heapcheck.h
+++ b/util/heapcheck.h
@@ -25,9 +25,9 @@
#define IGNORE_OBJECT( a ) HeapLeakChecker::IgnoreObject( a )
#define UNIGNORE_OBJECT( a ) HeapLeakChecker::UnIgnoreObject( a )
-#else
+#else
#define IGNORE_OBJECT( a )
-#define UNIGNORE_OBJECT( a )
+#define UNIGNORE_OBJECT( a )
#endif