mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 02:00:12 +01:00
cell: Fix added whitespace errors.
This commit is contained in:
parent
5fdaebc51c
commit
f3e686d24a
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue