Skip to content

Commit b2aa4fb

Browse files
committed
Final newline
1 parent 4294dbf commit b2aa4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7237,4 +7237,4 @@ bool ggml_threadpool_params_match(const struct ggml_threadpool_params * p0, cons
72377237
if (p0->poll != p1->poll ) return false;
72387238
if (p0->strict_cpu != p1->strict_cpu ) return false;
72397239
return memcmp(p0->cpumask, p1->cpumask, GGML_MAX_N_THREADS) == 0;
7240-
}
7240+
}

0 commit comments

Comments
 (0)