Browse Source

Replaced some tabs by 4 spaces

raysan5 11 years ago
parent
commit
0ae8fab83a
1 changed files with 4 additions and 4 deletions
  1. 4 4
      examples/ex02a_logo_raylib.c

+ 4 - 4
examples/ex02a_logo_raylib.c

@@ -1,11 +1,11 @@
 /*******************************************************************************************
 *
-*	raylib example 02a - Draw raylib logo 
+*   raylib example 02a - Draw raylib logo 
 *
-*	This example has been created using raylib 1.0 (www.raylib.com)
-*	raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
+*   This example has been created using raylib 1.0 (www.raylib.com)
+*   raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
 *
-*	Copyright (c) 2013 Ramon Santamaria (Ray San - [email protected])
+*   Copyright (c) 2013 Ramon Santamaria (Ray San - [email protected])
 *
 ********************************************************************************************/