Skip to content

Commit

Permalink
added trailing newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
l3utterfly committed Oct 12, 2023
1 parent cb58690 commit 6f553d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ggml-alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -22004,4 +22004,4 @@ int ggml_cpu_has_vsx(void) {
#endif
}

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

0 comments on commit 6f553d9

Please sign in to comment.