Whitespace normalization.
diff --git a/Objects/obmalloc.c b/Objects/obmalloc.c
index cd85657..7e5fd4a 100644
--- a/Objects/obmalloc.c
+++ b/Objects/obmalloc.c
@@ -651,9 +651,9 @@
 			UNLOCK();
 			return (void *)bp;
 		}
-                /*
-                 * Allocate new pool
-                 */
+		/*
+		 * Allocate new pool
+		 */
 		if (nfreepools) {
 		commit_pool:
 			--nfreepools;
@@ -663,9 +663,9 @@
 			pool->szidx = DUMMY_SIZE_IDX;
 			goto init_pool;
 		}
-                /*
-                 * Allocate new arena
-                 */
+		/*
+		 * Allocate new arena
+		 */
 #ifdef WITH_MEMORY_LIMITS
 		if (!(narenas < MAX_ARENAS)) {
 			UNLOCK();