i965: Fix whitespace error in gen8_depth_state.c

Trivial.
This commit is contained in:
Kenneth Graunke 2015-06-23 23:15:22 -07:00
parent c8b8e8b29b
commit 23132cd13b
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ emit_depth_packets(struct brw_context *brw,
}
if (stencil_mt == NULL) {
BEGIN_BATCH(5);
BEGIN_BATCH(5);
OUT_BATCH(GEN7_3DSTATE_STENCIL_BUFFER << 16 | (5 - 2));
OUT_BATCH(0);
OUT_BATCH(0);