editorconfig : fix trailing whitespace from #13542 (#13546)

This commit is contained in:
Sigbjørn Skjæret
2025-05-14 20:22:49 +02:00
committed by GitHub
parent 017f10b5fa
commit f5170c1d7a

View File

@ -1705,7 +1705,7 @@ size_t llama_context::state_write_data(llama_io_write_i & io) {
}
llama_kv_cache * kv_self = static_cast<llama_kv_cache *>(memory.get());
if (kv_self != nullptr) {
LLAMA_LOG_DEBUG("%s: - writing KV self\n", __func__);
kv_self->state_write(io);