Replaced tabs by 4 spaces

This commit is contained in:
raysan5 2013-11-23 12:58:16 +01:00
parent 0796ebd0c3
commit 7635e9c79f

View File

@ -18,7 +18,7 @@ int main()
// Initialization
//---------------------------------------------------------
InitWindow(screenWidth, screenHeight, "raylib example 02a - raylib logo"); // Window and context initialization
InitWindow(screenWidth, screenHeight, "raylib example 02a - raylib logo");
//----------------------------------------------------------
// Main game loop