summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_reg.h
diff options
context:
space:
mode:
authorOliver McFadden <z3ro.geek@gmail.com>2007-05-13 07:51:41 +0000
committerOliver McFadden <z3ro.geek@gmail.com>2007-05-13 07:51:41 +0000
commitc66fd808ac2a2013d8a305e917c8ddeb9e16048d (patch)
tree404e5eb8b3df54e15235bd26bb4c51e7469a5444 /src/mesa/drivers/dri/r300/r300_reg.h
parent73449270bb1bae1a4d12ff6c4187e73d9969c174 (diff)
r300: A few very minor indenting corrections.
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_reg.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_reg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_reg.h b/src/mesa/drivers/dri/r300/r300_reg.h
index e309a48c42..8ff362b9d2 100644
--- a/src/mesa/drivers/dri/r300/r300_reg.h
+++ b/src/mesa/drivers/dri/r300/r300_reg.h
@@ -23,11 +23,11 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
**************************************************************************/
+/* *INDENT-OFF* */
+
#ifndef _R300_REG_H
#define _R300_REG_H
-/* *INDENT-OFF* */
-
#define R300_MC_INIT_MISC_LAT_TIMER 0x180
# define R300_MC_MISC__MC_CPR_INIT_LAT_SHIFT 0
# define R300_MC_MISC__MC_VF_INIT_LAT_SHIFT 4
@@ -1606,6 +1606,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#define R300_CP_CMD_BITBLT_MULTI 0xC0009B00
-/* *INDENT-ON* */
-
#endif /* _R300_REG_H */
+
+/* *INDENT-ON* */