Remove trailing whitespace.

This commit is contained in:
Clint Herron 2024-07-03 14:45:13 -04:00
parent 9068136659
commit 8cdf7f0735

View file

@ -16,7 +16,7 @@ int main(int argc, char** argv) {
if (pos != std::string::npos) {
filename = filename.substr(pos+1);
}
// Append "llama-" to the beginning of filename to get the replacemnt filename
auto replacement_filename = "llama-" + filename;