Skip to content

Commit 12e2c31

Browse files
author
jaime-m-p
committed
style: remove trailing whitespace
1 parent 9eb0fca commit 12e2c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18540,7 +18540,7 @@ int32_t llama_detokenize(
1854018540
if (text[i - 1] == ' ') {
1854118541
if (x == '?' || x == '!' || x == '.' || x == ',') { // " ?", " !", " .", " ,"
1854218542
total--; // remove space
18543-
}
18543+
}
1854418544
}
1854518545
text[total++] = x;
1854618546
}

0 commit comments

Comments
 (0)