style: remove trailing whitespace

This commit is contained in:
jaime-m-p 2024-06-24 20:39:54 +02:00
parent 9eb0fca027
commit 12e2c317c8

View file

@ -18540,7 +18540,7 @@ int32_t llama_detokenize(
if (text[i - 1] == ' ') {
if (x == '?' || x == '!' || x == '.' || x == ',') { // " ?", " !", " .", " ,"
total--; // remove space
}
}
}
text[total++] = x;
}