docs: whitespaces cleanup

Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
Andreas Boll
2012-06-12 09:05:49 +02:00
committed by Brian Paul
parent 5dc59455f9
commit fd64b39727
11 changed files with 49 additions and 55 deletions
+1 -1
View File
@@ -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>