代码规范:把所有的tab换成空格

This commit is contained in:
MrZ626
2021-08-25 04:28:52 +08:00
parent 8f910f95f4
commit 295e79984f
271 changed files with 35384 additions and 35379 deletions

View File

@@ -1,6 +1,6 @@
extern float w,level;
vec4 effect(vec4 color,Image tex,vec2 tex_coords,vec2 scr_coords){
float dx=abs(scr_coords.x/w-0.5);
float a=(dx*2.6-.626)*level;
return vec4(1.,0.,0.,a);
float dx=abs(scr_coords.x/w-0.5);
float a=(dx*2.6-.626)*level;
return vec4(1.,0.,0.,a);
}