remove tabs

This commit is contained in:
Brad Parker 2019-02-21 15:37:53 -05:00
parent eba1c474b5
commit 0cb6ed7b29

View File

@ -1028,7 +1028,6 @@ static unsigned gl1_wrap_type_to_enum(enum gfx_wrap_type type)
return GL_REPEAT;
default:
return GL_CLAMP;
break;
}
return 0;