From: Georgi Gerganov Date: Fri, 20 Sep 2024 16:13:02 +0000 (+0300) Subject: ggml : fix trailing whitespace (llama/0) X-Git-Tag: upstream/0.0.1642~359 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fc359592fcbc19a5b1640fe402f43a7824c4a41c;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix trailing whitespace (llama/0) ggml-ci --- diff --git a/src/ggml-backend.c b/src/ggml-backend.c index 97ca5a1f..ba280e06 100644 --- a/src/ggml-backend.c +++ b/src/ggml-backend.c @@ -256,7 +256,7 @@ GGML_API GGML_CALL void ggml_backend_tensor_memset(struct ggml_tensor * tensor, if (!size) { return; } - + GGML_ASSERT(buf->iface.memset_tensor != NULL && "memset not supported by backend buffer"); buf->iface.memset_tensor(buf, tensor, value, offset, size);