diff --git a/ggml/src/ggml.c b/ggml/src/ggml.c index 57c035daa..d26d8b6c7 100644 --- a/ggml/src/ggml.c +++ b/ggml/src/ggml.c @@ -147,8 +147,8 @@ typedef pthread_t ggml_thread_t; #include struct backtrace_state { - void** current; - void** end; + void ** current; + void ** end; }; static _Unwind_Reason_Code unwind_callback(struct _Unwind_Context* context, void* arg) {