8000 editorconfig : fix trailing whitespace from #13542 (#13546) · robbiemu/llama.cpp@f5170c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f5170c1

Browse files
authored
editorconfig : fix trailing whitespace from ggml-org#13542 (ggml-org#13546)
1 parent 017f10b commit f5170c1

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)
0