summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
authorJerome Glisse <jglisse@redhat.com>2010-10-01 10:26:58 -0400
committerJerome Glisse <jglisse@redhat.com>2010-10-01 10:26:58 -0400
commit29b491bd033dd97e5afa3ca0058c50f28c01f39d (patch)
tree88bf959189b31c2d559ecdba6aa07a03aa30aa63 /src/gallium/drivers/r600/r600_asm.h
parent738aa29289296512959cbb37d8602131dae44dab (diff)
r600g: indentation fixes
Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r--src/gallium/drivers/r600/r600_asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h
index cbf46a8b64..dba60afc52 100644
--- a/src/gallium/drivers/r600/r600_asm.h
+++ b/src/gallium/drivers/r600/r600_asm.h
@@ -58,7 +58,7 @@ struct r600_bc_alu {
unsigned bank_swizzle;
unsigned bank_swizzle_force;
u32 value[4];
- int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS];
+ int hw_gpr[NUM_OF_CYCLES][NUM_OF_COMPONENTS];
};
struct r600_bc_tex {