Style fix. I really tried hard, but still failed...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33034 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2009-09-10 02:11:40 +00:00
parent 65b5e4d7ed
commit 5332eb402b
1 changed files with 1 additions and 1 deletions

View File

@ -1702,7 +1702,7 @@ vm_block_address_range(const char* name, void* address, addr_t size)
cache->Lock();
vm_area* area;
void *areaAddress = address;
void* areaAddress = address;
status = map_backing_store(addressSpace, cache, &areaAddress, 0, size,
B_EXACT_ADDRESS, B_ALREADY_WIRED, 0, REGION_NO_PRIVATE_MAP, &area, name,
false, true);