[965] Fix whitespace in c9b1fef0c9c5018efd825c42782f19ad0618696a
authorEric Anholt <eric@anholt.net>
Thu, 17 Jan 2008 19:45:37 +0000 (11:45 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 17 Jan 2008 19:47:02 +0000 (11:47 -0800)
src/mesa/drivers/dri/i965/brw_clip_state.c

index 4694ccde9aed8910843e13e843137daaf62d8e98..0b0634ec78b518b674e021d3cd338a48019603b9 100644 (file)
@@ -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;
 }