]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
editorconfig : fix trailing whitespace from #13542 (#13546)
authorSigbjørn Skjæret <redacted>
Wed, 14 May 2025 18:22:49 +0000 (20:22 +0200)
committerGitHub <redacted>
Wed, 14 May 2025 18:22:49 +0000 (21:22 +0300)
src/llama-context.cpp

index 1b76317da0ec9f81a5e637b723b75150b777f977..a3b84a6a82e74dd1014f5abb88f6e95f0e3d9fe5 100644 (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);