[Mesa-dev] [PATCH v3] gallium: Format code in pb_buffer_fenced.c according to style guide.

2016-03-27 Thread Rovanion Luckey
This is a tiny housekeeping patch which does the following: * Replaced tabs with three spaces. * Formatted oneline and multiline code comments. Some doxygen comments weren't marked as such and some code comments were marked as doxygen comments. * Spaces between if- and while-statemen

[Mesa-dev] [PATCH v2] gallium: Format code in pb_buffer_fenced.c according to style guide.

2016-03-25 Thread Rovanion Luckey
This is a tiny housekeeping patch which does the following: * Replaced tabs with three spaces. * Formatted oneline and multiline code comments. Some doxygen comments weren't marked as such and some code comments were marked as doxygen comments. * Spaces between if- and while-statemen

[Mesa-dev] [PATCH] gallium: Formatted code in pb_buffer_fenced.c according to style guide.

2016-03-24 Thread Rovanion Luckey
This is a tiny housekeeping patch which does the following: * Replaced tabs with three spaces. * Formatted oneline and multiline code comments. Some doxygen comments weren't marked as such and some code comments were marked as doxygen comments.