Skip to content

Commit 6ebe362

Browse files
committed
remove trailing whitespace
1 parent e1b3436 commit 6ebe362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

h_malloc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ EXPORT size_t h_malloc_object_size(const void *p) {
18281828
}
18291829

18301830
p = untag_const_pointer(p);
1831-
1831+
18321832
const void *slab_region_end = get_slab_region_end();
18331833
if (p < slab_region_end && p >= ro.slab_region_start) {
18341834
thread_unseal_metadata();
@@ -1892,7 +1892,7 @@ EXPORT size_t h_malloc_object_size_fast(const void *p) {
18921892
}
18931893

18941894
p = untag_const_pointer(p);
1895-
1895+
18961896
const void *slab_region_end = get_slab_region_end();
18971897
if (p < slab_region_end && p >= ro.slab_region_start) {
18981898
size_t size = slab_usable_size(p);

0 commit comments

Comments
 (0)