r300: fix tabbing
authorDave Airlie <airlied@nx6125b.(none)>
Sun, 1 Jul 2007 07:15:50 +0000 (17:15 +1000)
committerDave Airlie <airlied@nx6125b.(none)>
Sun, 1 Jul 2007 07:15:50 +0000 (17:15 +1000)
src/mesa/drivers/dri/r300/r300_ioctl.c

index 1001c4ec07387cfb56e431fb055391163d588993..90f5027c9ad77a5488e5ab3969faeb57640a5fa2 100644 (file)
@@ -414,7 +414,7 @@ void r300Flush(GLcontext * ctx)
                fprintf(stderr, "%s\n", __FUNCTION__);
 
        if (rmesa->dma.flush)
-         rmesa->dma.flush( rmesa );
+               rmesa->dma.flush( rmesa );
 
        if (rmesa->cmdbuf.count_used > rmesa->cmdbuf.count_reemit)
                r300FlushCmdBuf(rmesa, __FUNCTION__);