diff options
author | Ian Romanick <idr@us.ibm.com> | 2008-03-18 10:29:14 -0700 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2008-03-18 10:29:14 -0700 |
commit | f3e686d24a54f65b98c9a61a952577faaf451148 (patch) | |
tree | 45f24dd34f7aa3c7e6c2e66361d8ca5ece4ea731 /src | |
parent | 5fdaebc51c5433ebc73f89690fd435dae2fcef60 (diff) |
cell: Fix added whitespace errors.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/cell/ppu/cell_state_per_fragment.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c b/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c index 0ad9344cd4..11c0aa5b23 100644 --- a/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c +++ b/src/gallium/drivers/cell/ppu/cell_state_per_fragment.c @@ -532,12 +532,12 @@ cell_generate_depth_stencil_test(struct cell_depth_stencil_alpha_state *cdsa) const uint32_t *p = f->store; unsigned i; - printf("# alpha (%sabled)\n", + printf("# alpha (%sabled)\n", (dsa->alpha.enabled) ? "en" : "dis"); printf("# func: %u\n", dsa->alpha.func); printf("# ref: %.2f\n", dsa->alpha.ref); - printf("# depth (%sabled)\n", + printf("# depth (%sabled)\n", (dsa->depth.enabled) ? "en" : "dis"); printf("# func: %u\n", dsa->depth.func); |