From fcc8f820e1b43f79b8a063fac8855265b796836b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw=20Szymczyk?= Date: Thu, 23 May 2024 09:23:49 +0200 Subject: [PATCH] llama : whitespace formatting fixes --- llama.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index f2a1ff8b1..0b4065010 100644 --- a/llama.cpp +++ b/llama.cpp @@ -10809,8 +10809,6 @@ struct llm_build_context { return gf; } - - }; static struct ggml_cgraph * llama_build_graph_defrag(llama_context & lctx, const std::vector & ids) {