From 4ffe18ee5e6cf4b756acd0739bc58fa83193e782 Mon Sep 17 00:00:00 2001 From: bmwl Date: Thu, 15 Feb 2024 07:12:24 -0800 Subject: [PATCH] Update ggml.c Remove whitespace Co-authored-by: Georgi Gerganov --- ggml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml.c b/ggml.c index 1b616a416..eb9095cea 100644 --- a/ggml.c +++ b/ggml.c @@ -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);