mesa: Fix trailing whitespace in polygon.c

Signed-off-by: Lyude <lyude@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
Lyude 2017-03-22 20:51:09 -04:00 committed by Eric Anholt
parent 043ee96059
commit 42f2bccd11
1 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ _mesa_CullFace( GLenum mode )
/**
* Define front- and back-facing
* Define front- and back-facing
*
* \param mode orientation of front-facing polygons.
*
@ -115,8 +115,8 @@ _mesa_FrontFace( GLenum mode )
* \param face the polygons which \p mode applies to.
* \param mode how polygons should be rasterized.
*
* \sa glPolygonMode().
*
* \sa glPolygonMode().
*
* Verifies the parameters and updates gl_polygon_attrib::FrontMode and
* gl_polygon_attrib::BackMode. On change flushes the vertices and notifies the
* driver via the dd_function_table::PolygonMode callback.