Tiny style cleanup. No functional change.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43044 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -611,7 +611,7 @@ VMCache::Init(uint32 cacheType, uint32 allocationFlags)
|
|||||||
#if DEBUG_CACHE_LIST
|
#if DEBUG_CACHE_LIST
|
||||||
mutex_lock(&sCacheListLock);
|
mutex_lock(&sCacheListLock);
|
||||||
|
|
||||||
if (gDebugCacheList)
|
if (gDebugCacheList != NULL)
|
||||||
gDebugCacheList->debug_previous = this;
|
gDebugCacheList->debug_previous = this;
|
||||||
debug_next = gDebugCacheList;
|
debug_next = gDebugCacheList;
|
||||||
gDebugCacheList = this;
|
gDebugCacheList = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user