gallium: Format code in pb_buffer_fenced.c according to style guide.
authorRovanion Luckey <rovanion.luckey@gmail.com>
Tue, 29 Mar 2016 19:43:00 +0000 (13:43 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 29 Mar 2016 19:44:11 +0000 (13:44 -0600)
commit7087e0ab27da5eaad10a18ddba3234960a2b5524
treeed7497646175184f951a2316b471a221d25fa559
parent2d8df0306b45163eede94421948e9b1ae05e47bd
gallium: Format code in pb_buffer_fenced.c according to style guide.

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-statements and their parenthesis.

According to the mesa coding style guidelines.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c