diff options
author | Jerome Glisse <[email protected]> | 2010-10-01 10:26:58 -0400 |
---|---|---|
committer | Jerome Glisse <[email protected]> | 2010-10-01 10:26:58 -0400 |
commit | 29b491bd033dd97e5afa3ca0058c50f28c01f39d (patch) | |
tree | 88bf959189b31c2d559ecdba6aa07a03aa30aa63 /src/gallium/drivers/r600/r600_asm.h | |
parent | 738aa29289296512959cbb37d8602131dae44dab (diff) |
r600g: indentation fixes
Signed-off-by: Jerome Glisse <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r-- | src/gallium/drivers/r600/r600_asm.h | 2 |
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 cbf46a8b64b..dba60afc528 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 { |