Update ggml.c

Remove whitespace

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
bmwl 2024-02-15 07:12:24 -08:00 committed by GitHub
parent dc828c4556
commit 4ffe18ee5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
ggml.c
View file

@ -16734,7 +16734,7 @@ static void clear_numa_thread_affinity(void) {
int rv = pthread_setaffinity_np(pthread_self(), setsize, cpus);
if (rv) {
fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n",strerror(rv));
fprintf(stderr, "warning: pthread_setaffinity_np() failed: %s\n", strerror(rv));
}
CPU_FREE(cpus);