Fix style, ok now ?

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol 2008-08-17 18:01:32 +00:00
parent 58f14b4cc7
commit a4de1ff695

View File

@ -279,8 +279,9 @@ vm_create_address_space(team_id id, addr_t base, addr_t size,
if (addressSpace == NULL)
return B_NO_MEMORY;
TRACE(("vm_create_aspace: team %ld (%skernel): %lx bytes starting at 0x%lx => %p\n",
id, kernel?"!":"", size, base, addressSpace));
TRACE(("vm_create_aspace: team %ld (%skernel):"
" %lx bytes starting at 0x%lx => %p\n",
id, kernel ? "!" : "", size, base, addressSpace));
addressSpace->base = base;
addressSpace->size = size;