Skip to content

Commit 1d97f5d

Browse files
committed
Fixing whitespace
1 parent 387814b commit 1d97f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmtk-gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static inline void malloc_maybe_collect(jl_ptls_t ptls, size_t sz)
5656
// allocation
5757
int jl_gc_classify_pools(size_t sz, int *osize)
5858
{
59-
if (sz > GC_MAX_SZCLASS)
59+
if (sz > GC_MAX_SZCLASS)
6060
return -1; // call big alloc function
6161
size_t allocsz = sz + sizeof(jl_taggedvalue_t);
6262
*osize = LLT_ALIGN(allocsz, 16);

0 commit comments

Comments
 (0)