remove trailing whitespace

pull/111/head
Daniel Micay 2020-06-13 09:59:50 -04:00
parent 195bc8c92a
commit 722974f4e9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }