added trailing newlines

This commit is contained in:
l3utterfly 2023-10-12 15:58:10 +08:00
parent cb58690579
commit 6f553d9183
2 changed files with 2 additions and 2 deletions

View file

@ -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;
}
}

2
ggml.c
View file

@ -22004,4 +22004,4 @@ int ggml_cpu_has_vsx(void) {
#endif
}
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////