Remove trailing whitespace.
This commit is contained in:
parent
9068136659
commit
8cdf7f0735
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue