1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Remove trailing whitespace in sources

This commit is contained in:
Michał Janiszewski
2016-11-13 20:17:49 +01:00
parent 9fed68bf6f
commit 3f7fd56328
92 changed files with 359 additions and 359 deletions

View File

@@ -343,7 +343,7 @@ namespace ScenarioSources
String::Set(buffer, bufferSize, name + 3);
}
}
// Trim (for the sake of the above and WW / TT scenarios
String::TrimStart(buffer, bufferSize, name);