summaryrefslogtreecommitdiffstats
path: root/docs/dispatch.html
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2012-06-12 09:05:49 +0200
committerBrian Paul <brianp@vmware.com>2012-06-12 08:03:30 -0600
commitfd64b397277c66e4cbb83222454d33b890648471 (patch)
tree9d8b11793e4703109ab4c5c5ddb651938e0f9abc /docs/dispatch.html
parent5dc59455f900de66a387dca5f62d5a48711b0c14 (diff)
downloadexternal_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.zip
external_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.tar.gz
external_mesa3d-fd64b397277c66e4cbb83222454d33b890648471.tar.bz2
docs: whitespaces cleanup
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/dispatch.html')
-rw-r--r--docs/dispatch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dispatch.html b/docs/dispatch.html
index e80a480..e40b41a 100644
--- a/docs/dispatch.html
+++ b/docs/dispatch.html
@@ -75,7 +75,7 @@ table.</li>
void glVertex3f(GLfloat x, GLfloat y, GLfloat z)
{
const struct _glapi_table * const dispatch = GET_DISPATCH();
-
+
(*dispatch-&gt;Vertex3f)(x, y, z);
}</pre></td></tr>
<tr><td>Sample dispatch function</td></tr></table>