Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-05-24 17:18:53 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-05-24 17:18:53 +0400
commit9abd6e76515006214c0bd8d0d412c89baf88a8b1 (patch)
tree7014ecc818853b7c8dec928449ba829b9d577f24 /intern/ghost/test/gears/GHOST_Test.cpp
parent39ff86eb32c3dcfa4cd5a66ecaff34084b92dc93 (diff)
style cleanup
Diffstat (limited to 'intern/ghost/test/gears/GHOST_Test.cpp')
-rw-r--r--intern/ghost/test/gears/GHOST_Test.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/intern/ghost/test/gears/GHOST_Test.cpp b/intern/ghost/test/gears/GHOST_Test.cpp
index 2e8a9e88fd1..c51b72ad271 100644
--- a/intern/ghost/test/gears/GHOST_Test.cpp
+++ b/intern/ghost/test/gears/GHOST_Test.cpp
@@ -40,17 +40,17 @@
#include <math.h>
#if defined(WIN32) || defined(__APPLE__)
- #ifdef WIN32
- #include <windows.h>
- #include <atlbase.h>
+# ifdef WIN32
+# include <windows.h>
+# include <atlbase.h>
- #include <GL/gl.h>
- #else // WIN32
+# include <GL/gl.h>
+# else // WIN32
// __APPLE__ is defined
- #include <AGL/gl.h>
- #endif // WIN32
+# include <AGL/gl.h>
+# endif // WIN32
#else // defined(WIN32) || defined(__APPLE__)
- #include <GL/gl.h>
+# include <GL/gl.h>
#endif // defined(WIN32) || defined(__APPLE__)
#include "STR_String.h"