summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2008-01-17 11:45:37 -0800
committerEric Anholt <eric@anholt.net>2008-01-17 11:47:02 -0800
commitfaeb1bc9f9c5935ecbd32c17d81507d5061a6270 (patch)
tree52405324eb9328a95276bd2f1a41ea98098227ed
parente747e9a072c826f803407c03932adcee7f16cb83 (diff)
[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19ad0618696a
-rw-r--r--src/mesa/drivers/dri/i965/brw_clip_state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_clip_state.c b/src/mesa/drivers/dri/i965/brw_clip_state.c
index 4694ccde9a..0b0634ec78 100644
--- a/src/mesa/drivers/dri/i965/brw_clip_state.c
+++ b/src/mesa/drivers/dri/i965/brw_clip_state.c
@@ -116,10 +116,10 @@ clip_unit_create_from_key(struct brw_context *brw,
/* Emit clip program relocation */
assert(brw->clip.prog_bo);
dri_emit_reloc(bo,
- DRM_BO_FLAG_MEM_TT | DRM_BO_FLAG_READ,
- clip.thread0.grf_reg_count << 1,
- offsetof(struct brw_clip_unit_state, thread0),
- brw->clip.prog_bo);
+ DRM_BO_FLAG_MEM_TT | DRM_BO_FLAG_READ,
+ clip.thread0.grf_reg_count << 1,
+ offsetof(struct brw_clip_unit_state, thread0),
+ brw->clip.prog_bo);
return bo;
}