You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-24 15:26:15 +00:00
Style: Apply clang-tidy's readability-braces-around-statements
This commit is contained in:
@@ -1832,8 +1832,9 @@ _FORCE_INLINE_ int _generate_kashida_justification_opportunies(const String &p_d
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!is_transparent(c))
|
||||
if (!is_transparent(c)) {
|
||||
pc = c;
|
||||
}
|
||||
i++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user