While working on adding NV_fill_polygon support for mesa, I noticed a good number of parts of mesa that had somewhat broken indenting, trailing whitespace, etc. So I decided to fix up anything close to the code I was touching.
This series contains no functional changes, only minor style fixes. Lyude (4): vc4: Fix indenting in vc4_screen_get_param() r300: Fix indenting in r300_get_param() mesa: Fix gross indenting in _mesa_PolygonMode() mesa: Fix trailing whitespace in polygon.c src/gallium/drivers/r300/r300_screen.c | 6 +++--- src/gallium/drivers/vc4/vc4_screen.c | 6 +++--- src/mesa/main/polygon.c | 15 +++++++-------- 3 files changed, 13 insertions(+), 14 deletions(-) -- 2.9.3 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
