Skip to content

Commit a382933

Browse files
SiegeLordExSiegeLord
authored andcommitted
Some formatting changes.
1 parent f1b9d09 commit a382933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎include/allegro5/opengl/gl_ext.h‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,17 @@
7474
*/
7575

7676
#define AGL_API(type, name, args) AL_VAR(_ALLEGRO_gl##name##_t, _al_gl##name);
77-
# include "allegro5/opengl/GLext/gl_ext_alias.h"
77+
# include "allegro5/opengl/GLext/gl_ext_alias.h"
7878
# include "allegro5/opengl/GLext/gl_ext_api.h"
7979
#undef AGL_API
8080
#ifdef ALLEGRO_WINDOWS
8181
#define AGL_API(type, name, args) AL_VAR(_ALLEGRO_wgl##name##_t, _al_wgl##name);
82-
# include "allegro5/opengl/GLext/wgl_ext_alias.h"
82+
# include "allegro5/opengl/GLext/wgl_ext_alias.h"
8383
# include "allegro5/opengl/GLext/wgl_ext_api.h"
8484
#undef AGL_API
8585
#elif defined ALLEGRO_UNIX
8686
#define AGL_API(type, name, args) extern _ALLEGRO_glX##name##_t _al_glX##name;
87-
# include "allegro5/opengl/GLext/glx_ext_alias.h"
87+
# include "allegro5/opengl/GLext/glx_ext_alias.h"
8888
# include "allegro5/opengl/GLext/glx_ext_api.h"
8989
#undef AGL_API
9090
#endif

0 commit comments

Comments
 (0)