]> git.tdb.fi Git - libs/gl.git/blobdiff - source/extension.cpp
Remove alignment where it doesn't belong
[libs/gl.git] / source / extension.cpp
index c846c59d72398dc0c1cbdbf59d03859871cc3ca2..bc43ae8bbbee902533c24a8c05b071aed1eb2b41 100644 (file)
@@ -39,7 +39,7 @@ bool is_supported(const string &ext)
                }
 
                /* XXX Conceptually a bit weird place for this, but I couldn't really come up
-                  with anything better that would still be transparent. */
+               with anything better that would still be transparent. */
                if(extensions.count("GL_ARB_shader_objects"))
                        init_arb_shader_objects();
                if(extensions.count("GL_ARB_vertex_shader"))