Cleanup: indentation

This commit is contained in:
Campbell Barton 2018-06-18 08:10:23 +02:00
parent 0d45074768
commit af51ec3214
1 changed files with 4 additions and 5 deletions

View File

@ -33,11 +33,10 @@
#define __GPU_GLEW_H__
#if defined(WITH_OPENGL)
#include "glew-mx.h"
#ifndef WITH_LEGACY_OPENGL
#include "GPU_legacy_stubs.h"
#endif
# include "glew-mx.h"
# ifndef WITH_LEGACY_OPENGL
# include "GPU_legacy_stubs.h"
# endif
#endif
#endif /* __GPU_GLEW_H__ */