Clean-ups and reformatting.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 29 May 2007 20:54:00 +0000 (14:54 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 29 May 2007 20:54:00 +0000 (14:54 -0600)
commitccd7b6e8ddeac936518f626d2326ae439931b2bf
tree023a9d3043ec5bd50a3f5bf072ce04a1ba4ff26b
parent056c2f249a61ba7078bae3d767a59f2be4c6556e
Clean-ups and reformatting.

Use 4-space indentation consistently.
Replace occurances of:
if (cond) code;
with:
if (cond)
code;
to facilitate putting breakpoints on code.
libdrm/xf86drm.c