From 6f553d9183e2a256f480260700bb4304d44f2c19 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Thu, 12 Oct 2023 15:58:10 +0800 Subject: [PATCH] added trailing newlines --- ggml-alloc.c | 2 +- ggml.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ggml-alloc.c b/ggml-alloc.c index 49657b79760e3..34eba3f830e84 100644 --- a/ggml-alloc.c +++ b/ggml-alloc.c @@ -591,4 +591,4 @@ size_t ggml_allocr_alloc_graph(struct ggml_allocr * alloc, struct ggml_cgraph * size_t ggml_allocr_max_size(struct ggml_allocr * alloc) { return alloc->max_size; -} \ No newline at end of file +} diff --git a/ggml.c b/ggml.c index d16233f12c999..1f5598fa6af8f 100644 --- a/ggml.c +++ b/ggml.c @@ -22004,4 +22004,4 @@ int ggml_cpu_has_vsx(void) { #endif } -//////////////////////////////////////////////////////////////////////////////// \ No newline at end of file +////////////////////////////////////////////////////////////////////////////////