commit | ccd7b6e8ddeac936518f626d2326ae439931b2bf | [log] [tgz] |
---|---|---|
author | Brian <brian.paul@tungstengraphics.com> | Tue May 29 14:54:00 2007 -0600 |
committer | Brian <brian.paul@tungstengraphics.com> | Tue May 29 14:54:00 2007 -0600 |
tree | 023a9d3043ec5bd50a3f5bf072ce04a1ba4ff26b | |
parent | 056c2f249a61ba7078bae3d767a59f2be4c6556e [diff] |
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.