cell: Fix added whitespace errors.

This commit is contained in:
Ian Romanick 2008-03-18 10:29:14 -07:00
parent 5fdaebc51c
commit f3e686d24a

View file

@ -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);