Skip to content

Commit 95f0e96

Browse files
CISCSilver267
authored andcommitted
editorconfig : fix trailing whitespace from ggml-org#13542 (ggml-org#13546)
1 parent a65d613 commit 95f0e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1705,7 +1705,7 @@ size_t llama_context::state_write_data(llama_io_write_i & io) {
17051705
}
17061706

17071707
llama_kv_cache * kv_self = static_cast<llama_kv_cache *>(memory.get());
1708-
1708+
17091709
if (kv_self != nullptr) {
17101710
LLAMA_LOG_DEBUG("%s: - writing KV self\n", __func__);
17111711
kv_self->state_write(io);

0 commit comments

Comments
 (0)