From fd64b397277c66e4cbb83222454d33b890648471 Mon Sep 17 00:00:00 2001 From: Andreas Boll Date: Tue, 12 Jun 2012 09:05:49 +0200 Subject: docs: whitespaces cleanup Signed-off-by: Brian Paul --- docs/dispatch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dispatch.html') 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. void glVertex3f(GLfloat x, GLfloat y, GLfloat z) { const struct _glapi_table * const dispatch = GET_DISPATCH(); - + (*dispatch->Vertex3f)(x, y, z); } Sample dispatch function -- cgit v1.1