From: Sigbjørn Skjæret Date: Wed, 14 May 2025 18:22:49 +0000 (+0200) Subject: editorconfig : fix trailing whitespace from #13542 (#13546) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f5170c1d7a66222ca7c75d2022fec3ed87257e0b;p=pkg%2Fggml%2Fsources%2Fllama.cpp editorconfig : fix trailing whitespace from #13542 (#13546) --- diff --git a/src/llama-context.cpp b/src/llama-context.cpp index 1b76317d..a3b84a6a 100644 --- a/src/llama-context.cpp +++ b/src/llama-context.cpp @@ -1705,7 +1705,7 @@ size_t llama_context::state_write_data(llama_io_write_i & io) { } llama_kv_cache * kv_self = static_cast(memory.get()); - + if (kv_self != nullptr) { LLAMA_LOG_DEBUG("%s: - writing KV self\n", __func__); kv_self->state_write(io);