Browse Source

Indent the nested ifdefs for better readability.

pull/23/head
Vladimír Vondruš 13 years ago
parent
commit
2ec933c000
  1. 1
      src/OpenGL.h

1
src/OpenGL.h

@ -39,7 +39,6 @@
to NaCl's gl2ext.h we are including our own to prevent undeclared symbol to NaCl's gl2ext.h we are including our own to prevent undeclared symbol
errors with some recent extensions. */ errors with some recent extensions. */
#elif defined(CORRADE_TARGET_NACL) #elif defined(CORRADE_TARGET_NACL)
/* Enable function prototypes (the supported ones shouldn't fail at link time) */ /* Enable function prototypes (the supported ones shouldn't fail at link time) */
#define GL_GLEXT_PROTOTYPES #define GL_GLEXT_PROTOTYPES

Loading…
Cancel
Save