Refactoring {0} to { 0 } to follow conventions (#5519)

Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
This commit is contained in:
Maicon Santana
2026-01-29 16:30:03 +00:00
committed by GitHub
parent de7fc12be0
commit 08e79a16b0
11 changed files with 20 additions and 20 deletions

View File

@ -49,8 +49,8 @@ int main(void)
bool showPercentages = false;
bool showDonut = false;
int hoveredSlice = -1;
Rectangle scrollPanelBounds = {0};
Vector2 scrollContentOffset = {0};
Rectangle scrollPanelBounds = { 0 };
Vector2 scrollContentOffset = { 0 };
Rectangle view = { 0 };
// UI layout parameters