mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-13 16:26:28 +02:00
remove trailing whitespace
This commit is contained in:
parent
195bc8c92a
commit
722974f4e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue