mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 15:40:11 +01:00
i965: Remove unnecessary white space
Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
This commit is contained in:
parent
329ae922bd
commit
501d608e56
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ brw_emit_sampler_state(struct brw_context *brw,
|
|||
static uint32_t
|
||||
translate_wrap_mode(struct brw_context *brw, GLenum wrap, bool using_nearest)
|
||||
{
|
||||
switch( wrap ) {
|
||||
switch (wrap) {
|
||||
case GL_REPEAT:
|
||||
return BRW_TEXCOORDMODE_WRAP;
|
||||
case GL_CLAMP:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue