tests : fix trailing whitespace

This commit is contained in:
Georgi Gerganov 2023-12-29 20:23:51 +02:00
parent 12ab343c82
commit f81d2058ae
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -142,7 +142,7 @@ int main(int argc, char **argv) {
success = false;
}
}
if (!fname_text.empty()) {
fprintf(stderr, "%s : tokenizing: '%s'\n", __func__, fname_text.c_str());