Replace TABS by 4 spaces

This commit is contained in:
raysan5
2021-07-28 12:55:58 +02:00
parent d5856e5182
commit bad9c8bb58
6 changed files with 19 additions and 19 deletions

View File

@ -81,8 +81,8 @@ int main()
DrawText(TextFormat("FOCUS:%i | SCROLL:%i | FPS:%i", focus, scroll, GetFPS()), prop[8].value.v2.x, prop[8].value.v2.y, 20, prop[11].value.vcolor);
}
EndDrawing();
//----------------------------------------------------------------------------------
EndDrawing();
//----------------------------------------------------------------------------------
}
GuiDMSaveProperties("test.props", prop, SIZEOF(prop)); // Save properties to `test.props` file at exit