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) {