diff options
author | Ian Romanick <[email protected]> | 2015-05-12 19:43:33 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2015-05-15 20:23:33 -0700 |
commit | a75910071e33184211773a1f019b53b23f8762eb (patch) | |
tree | 04e5558f4530679619f53ab62335327fde6b8dd8 /src/mapi/glapi/gen/es_EXT.xml | |
parent | f507d33d4fd0834529b77c2e24271904a14247ac (diff) |
glapi: Whitespace clean up after the previous commit
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/es_EXT.xml')
-rw-r--r-- | src/mapi/glapi/gen/es_EXT.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index b521bbb9b57..642e3b319bb 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -318,8 +318,7 @@ <enum name="POINT_SIZE_ARRAY_OES" value="0x8B9C"/> <enum name="POINT_SIZE_ARRAY_BUFFER_BINDING_OES" value="0x8B9F"/> - <function name="PointSizePointerOES" - es1="1.0" desktop="false"> + <function name="PointSizePointerOES" es1="1.0" desktop="false"> <param name="type" type="GLenum"/> <param name="stride" type="GLsizei"/> <param name="pointer" type="const GLvoid *"/> @@ -627,8 +626,7 @@ <!-- 64. GL_EXT_discard_framebuffer --> <category name="GL_EXT_discard_framebuffer" number="64"> - <function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" - desktop="false"> + <function name="DiscardFramebufferEXT" es1="1.0" es2="2.0" desktop="false"> <param name="target" type="GLenum"/> <param name="numAttachments" type="GLsizei"/> <param name="attachments" type="const GLenum *" count="numAttachments"/> |