remove trailing whitespace
This commit is contained in:
parent
d90b523a0b
commit
accdc9bb23
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -20299,7 +20299,7 @@ struct gguf_context * gguf_init_from_file(const char * fname, struct gguf_init_p
|
||||||
free(wfname);
|
free(wfname);
|
||||||
#else
|
#else
|
||||||
FILE * file = fopen(fname, "rb");
|
FILE * file = fopen(fname, "rb");
|
||||||
#endif
|
#endif
|
||||||
if (!file) {
|
if (!file) {
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue