Replace TABS by 4 spaces

This commit is contained in:
raysan5 2020-12-24 23:07:52 +01:00
parent b93c4b0c20
commit ea0f6c7a26
5 changed files with 61 additions and 61 deletions

View file

@ -160,6 +160,6 @@ int main(int argc, char **argv)
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------
return 0;
return 0;
}