소스 검색

Replaced some tabs by 4 spaces

raysan5 11 년 전
부모
커밋
0ae8fab83a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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])
 *
 ********************************************************************************************/