remove trailing whitespace

This commit is contained in:
Daniel Micay 2020-06-13 09:59:50 -04:00
parent 195bc8c92a
commit 722974f4e9

View File

@ -1655,7 +1655,7 @@ EXPORT size_t h_malloc_object_size(void *p) {
mutex_unlock(&c->lock);
thread_seal_metadata();
size_t size = slab_usable_size(p);
return size ? size - canary_size - offset : 0;
}