mesa: Fix trailing whitespace in polygon.c
authorLyude <lyude@redhat.com>
Thu, 23 Mar 2017 00:51:09 +0000 (20:51 -0400)
committerEric Anholt <eric@anholt.net>
Thu, 30 Mar 2017 18:59:51 +0000 (11:59 -0700)
Signed-off-by: Lyude <lyude@redhat.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/mesa/main/polygon.c

index 46673ee7ca85b940f83f3fdac30ce78fca053004..4caf62adfead612dcf189b20534035871c206ba2 100644 (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.