diff options
| author | Brian Paul <brianp@vmware.com> | 2009-10-29 16:06:30 -0600 | 
|---|---|---|
| committer | Brian Paul <brianp@vmware.com> | 2009-10-29 16:31:57 -0600 | 
| commit | 217a40d8d92d377e73ed1ab5a326703fab779dd1 (patch) | |
| tree | 4977bc7b4362887804bb24690641e34975ad8408 | |
| parent | 26d22b094bb7b2f37d4bc8edfeb1b2a9a1c96d88 (diff) | |
i965: indentation fix
| -rw-r--r-- | src/mesa/drivers/dri/i965/brw_sf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/mesa/drivers/dri/i965/brw_sf.h b/src/mesa/drivers/dri/i965/brw_sf.h index e415bbd775..e835229a1d 100644 --- a/src/mesa/drivers/dri/i965/brw_sf.h +++ b/src/mesa/drivers/dri/i965/brw_sf.h @@ -57,7 +57,7 @@ struct brw_sf_prog_key {  };  struct brw_sf_point_tex { -	GLboolean CoordReplace;	 +   GLboolean CoordReplace;	  };  struct brw_sf_compile { | 
