i965: indentation fix
authorBrian Paul <brianp@vmware.com>
Thu, 29 Oct 2009 22:06:30 +0000 (16:06 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 29 Oct 2009 22:31:57 +0000 (16:31 -0600)
src/mesa/drivers/dri/i965/brw_sf.h

index e415bbd7750e109e18dbcdd669eff9f89d20b603..e835229a1dfb1cd6a64963536ad77e2bc4ead380 100644 (file)
@@ -57,7 +57,7 @@ struct brw_sf_prog_key {
 };
 
 struct brw_sf_point_tex {
-       GLboolean CoordReplace; 
+   GLboolean CoordReplace;     
 };
 
 struct brw_sf_compile {