diff options
author | Roland Scheidegger <rscheidegger@gmx.ch> | 2006-05-27 09:09:56 +0000 |
---|---|---|
committer | Roland Scheidegger <rscheidegger@gmx.ch> | 2006-05-27 09:09:56 +0000 |
commit | 76b6e88e56a065eb7c169e9d2da57633fb83c486 (patch) | |
tree | fe46220c40be93c0a7a7383696dcc16178f41bf1 /src/mesa/drivers/dri/r200 | |
parent | 8a6182105772280e2727de4a00809c8fb7b13c87 (diff) |
fix some whitespace in previous commit
Diffstat (limited to 'src/mesa/drivers/dri/r200')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_sanity.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_sanity.c b/src/mesa/drivers/dri/r200/r200_sanity.c index 8c9319fe27..ca5b926a94 100644 --- a/src/mesa/drivers/dri/r200/r200_sanity.c +++ b/src/mesa/drivers/dri/r200/r200_sanity.c @@ -955,7 +955,7 @@ static int radeon_emit_veclinear( if (start < 0x60) { for (i = 0 ; i < sz ; i += 4) { - fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start , fdata[i]); + fprintf(stderr, "R200_VS_PARAM %d 0 %f\n", (i >> 2) + start, fdata[i]); fprintf(stderr, "R200_VS_PARAM %d 1 %f\n", (i >> 2) + start, fdata[i+1]); fprintf(stderr, "R200_VS_PARAM %d 2 %f\n", (i >> 2) + start, fdata[i+2]); fprintf(stderr, "R200_VS_PARAM %d 3 %f\n", (i >> 2) + start, fdata[i+3]); @@ -974,7 +974,7 @@ static int radeon_emit_veclinear( fprintf(stderr, "R200_VS_PROG %d OPDST %08x\n", (i >> 2) + start - 0x80, data[i]); fprintf(stderr, "R200_VS_PROG %d SRC1 %08x\n", (i >> 2) + start - 0x80, data[i+1]); fprintf(stderr, "R200_VS_PROG %d SRC2 %08x\n", (i >> 2) + start - 0x80, data[i+2]); - fprintf(stderr, "R200_VS_PROG %d SRC3 %08x\n", (i >> 2) + start - 0x80, data[i+3]); + fprintf(stderr, "R200_VS_PROG %d SRC3 %08x\n", (i >> 2) + start - 0x80, data[i+3]); } } else if ((start >= 0x180) && (start < 0x1c0)) { |