Cleanup, indentation of preprocessor

This commit is contained in:
2017-04-19 14:33:34 +02:00
parent fb2330c1e0
commit bca55e7adf

View File

@@ -44,9 +44,9 @@ extern "C" {
* Will remove this after switching to core profile, which can happen after
* we convert all code to use the API in this file. */
#ifdef WITH_GL_PROFILE_CORE
#define SUPPORT_LEGACY_MATRIX 0
# define SUPPORT_LEGACY_MATRIX 0
#else
#define SUPPORT_LEGACY_MATRIX 1
# define SUPPORT_LEGACY_MATRIX 1
#endif