diff options
author | Brian Paul <[email protected]> | 2009-03-23 14:40:51 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-03 09:07:03 -0600 |
commit | bf28b576cb6aa403b840d8254a1ff3f31d664b46 (patch) | |
tree | 9dafec23c1f03efc13d8bc9f1c5ee6c5a04dd5ff /src/mesa/drivers | |
parent | 9f146943ec3893c9aed1754a59eec45f37ca65cd (diff) |
i965: fix indentation
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_wm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_wm.h b/src/mesa/drivers/dri/i965/brw_wm.h index 03dc08fcca9..98c22121ec1 100644 --- a/src/mesa/drivers/dri/i965/brw_wm.h +++ b/src/mesa/drivers/dri/i965/brw_wm.h @@ -242,8 +242,8 @@ struct brw_wm_compile { /** Mapping from Mesa registers to hardware registers */ struct { - GLboolean inited; - struct brw_reg reg; + GLboolean inited; + struct brw_reg reg; } wm_regs[PROGRAM_PAYLOAD+1][256][4]; struct brw_reg stack; |