REVIEWED: examples: Replace TABS and Remove trailing spaces

This commit is contained in:
Ray 2025-11-19 13:18:10 +01:00
commit 0b9f463e64
36 changed files with 473 additions and 480 deletions

View file

@ -62,7 +62,7 @@ int main(void)
anim_timer += GetFrameTime();
// Update frame index after a certain amount of time (half a second)
if (anim_timer > 0.5f)
if (anim_timer > 0.5f)
{
anim_timer = 0.0f;
anim += 1;