From: Sigbjørn Skjæret Date: Fri, 20 Jun 2025 14:37:44 +0000 (+0200) Subject: lint : remove trailing whitepace (#14304) X-Git-Tag: upstream/0.0.5760~38 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=22015b2092e291022ea3cfedc6aeb8f2643807da;p=pkg%2Fggml%2Fsources%2Fllama.cpp lint : remove trailing whitepace (#14304) --- diff --git a/src/llama-vocab.cpp b/src/llama-vocab.cpp index 4aaf4c82..5c9eb875 100644 --- a/src/llama-vocab.cpp +++ b/src/llama-vocab.cpp @@ -3078,7 +3078,7 @@ int32_t llama_vocab::tokenize( LLAMA_LOG_ERROR("%s: tokenization result size %zu exceeds int32_t limit\n", __func__, res.size()); return std::numeric_limits::min(); } - + if (n_tokens_max < (int) res.size()) { // LLAMA_LOG_ERROR("%s: too many tokens\n", __func__); return -((int) res.size());