Skip to content

Commit 603f531

Browse files
authored
format: use space to replace tab
1 parent 1bba5c6 commit 603f531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mtmd/clip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2307,7 +2307,7 @@ struct clip_model_loader {
23072307

23082308
// create data context
23092309
struct ggml_init_params params = {
2310-
/*.mem_size =*/ static_cast<size_t>(gguf_get_n_tensors(ctx_gguf.get()) + 1) * ggml_tensor_overhead(),
2310+
/*.mem_size =*/ static_cast<size_t>(gguf_get_n_tensors(ctx_gguf.get()) + 1) * ggml_tensor_overhead(),
23112311
/*.mem_buffer =*/ NULL,
23122312
/*.no_alloc =*/ true,
23132313
};

0 commit comments

Comments
 (0)