mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-23 20:24:12 +01:00
Codefix: Comment style. (#14064)
This commit is contained in:
@@ -214,7 +214,7 @@ static bool IsConsumedFormattingCode(char32_t ch)
|
||||
if (ch == SCC_PUSH_COLOUR) return true;
|
||||
if (ch == SCC_POP_COLOUR) return true;
|
||||
if (ch >= SCC_FIRST_FONT && ch <= SCC_LAST_FONT) return true;
|
||||
// All other characters defined in Unicode standard are assumed to be non-consumed.
|
||||
/* All other characters defined in Unicode standard are assumed to be non-consumed. */
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user