1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 17:02:37 +01:00

Codefix: Codestyle consistency fixes. (#14008)

This commit is contained in:
Peter Nelson
2025-04-15 21:57:13 +01:00
committed by GitHub
parent 03ed59a004
commit fa0814e257
4 changed files with 9 additions and 12 deletions

View File

@@ -117,7 +117,7 @@ static bool IsSccEncodedCode(char32_t c)
* @param consumer The string to validate.
* @param settings The settings for the string validation.
*/
template<class Builder>
template <class Builder>
static void StrMakeValid(Builder &builder, StringConsumer &consumer, StringValidationSettings settings)
{
/* Assume the ABSOLUTE WORST to be in str as it comes from the outside. */