From 7a7650231a74768873769de5c935b3d25f54eab7 Mon Sep 17 00:00:00 2001 From: ngxson Date: Mon, 24 Jun 2024 10:57:47 +0200 Subject: [PATCH] code style --- examples/main/main.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index f76c885f4..510c69043 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -31,12 +31,12 @@ #pragma warning(disable: 4244 4267) // possible loss of data #endif -static llama_context ** g_ctx; -static llama_model ** g_model; -static gpt_params * g_params; -static std::vector * g_input_tokens; -static std::ostringstream * g_output_ss; -static std::vector * g_output_tokens; +static llama_context ** g_ctx; +static llama_model ** g_model; +static gpt_params * g_params; +static std::vector * g_input_tokens; +static std::ostringstream * g_output_ss; +static std::vector * g_output_tokens; static bool is_interacting = false; static bool file_exists(const std::string & path) {