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:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user