remove trailing whitespace
This commit is contained in:
parent
195bc8c92a
commit
722974f4e9
@ -1655,7 +1655,7 @@ EXPORT size_t h_malloc_object_size(void *p) {
|
|||||||
|
|
||||||
mutex_unlock(&c->lock);
|
mutex_unlock(&c->lock);
|
||||||
thread_seal_metadata();
|
thread_seal_metadata();
|
||||||
|
|
||||||
size_t size = slab_usable_size(p);
|
size_t size = slab_usable_size(p);
|
||||||
return size ? size - canary_size - offset : 0;
|
return size ? size - canary_size - offset : 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user