diff --git a/ggml-alloc.c b/ggml-alloc.c index 49657b797..34eba3f83 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 d16233f12..1f5598fa6 100644 --- a/ggml.c +++ b/ggml.c @@ -22004,4 +22004,4 @@ int ggml_cpu_has_vsx(void) { #endif } -//////////////////////////////////////////////////////////////////////////////// \ No newline at end of file +////////////////////////////////////////////////////////////////////////////////