Kaydet (Commit) e0a1bb63 authored tarafından Walter Dörwald's avatar Walter Dörwald

Whitespace normalization.

üst 53e54fd9
...@@ -651,9 +651,9 @@ PyObject_Malloc(size_t nbytes) ...@@ -651,9 +651,9 @@ PyObject_Malloc(size_t nbytes)
UNLOCK(); UNLOCK();
return (void *)bp; return (void *)bp;
} }
/* /*
* Allocate new pool * Allocate new pool
*/ */
if (nfreepools) { if (nfreepools) {
commit_pool: commit_pool:
--nfreepools; --nfreepools;
...@@ -663,9 +663,9 @@ PyObject_Malloc(size_t nbytes) ...@@ -663,9 +663,9 @@ PyObject_Malloc(size_t nbytes)
pool->szidx = DUMMY_SIZE_IDX; pool->szidx = DUMMY_SIZE_IDX;
goto init_pool; goto init_pool;
} }
/* /*
* Allocate new arena * Allocate new arena
*/ */
#ifdef WITH_MEMORY_LIMITS #ifdef WITH_MEMORY_LIMITS
if (!(narenas < MAX_ARENAS)) { if (!(narenas < MAX_ARENAS)) {
UNLOCK(); UNLOCK();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment