remove trailing whitespace

This commit is contained in:
Bruce MacDonald 2024-03-07 16:46:10 -05:00
parent d90b523a0b
commit accdc9bb23

2
ggml.c
View file

@ -20299,7 +20299,7 @@ struct gguf_context * gguf_init_from_file(const char * fname, struct gguf_init_p
free(wfname);
#else
FILE * file = fopen(fname, "rb");
#endif
#endif
if (!file) {
return NULL;
}