From 516a0d55092fa4bccc06cf3ce8552780dde014d3 Mon Sep 17 00:00:00 2001 From: goerch Date: Sat, 9 Sep 2023 13:49:25 +0200 Subject: [PATCH] Remove trailing whitespace --- tests/test-tokenizer-0-llama.cpp | 2 +- tests/test-tokenizer-1-llama.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-tokenizer-0-llama.cpp b/tests/test-tokenizer-0-llama.cpp index b694cd4526ed2..edbd86f8514d6 100644 --- a/tests/test-tokenizer-0-llama.cpp +++ b/tests/test-tokenizer-0-llama.cpp @@ -94,7 +94,7 @@ int main(int argc, char **argv) { // We need this for unicode console support console::init(false, false); atexit([]() { console::cleanup(); }); -#endif +#endif bool success = true; diff --git a/tests/test-tokenizer-1-llama.cpp b/tests/test-tokenizer-1-llama.cpp index c64a615bfb781..ab3d822f2b1cd 100644 --- a/tests/test-tokenizer-1-llama.cpp +++ b/tests/test-tokenizer-1-llama.cpp @@ -78,7 +78,7 @@ int main(int argc, char **argv) { // We need this for unicode console support console::init(false, false); atexit([]() { console::cleanup(); }); -#endif +#endif const int n_vocab = llama_n_vocab(ctx);