Indent GLSL by two spaces

since this is the most established indentation
master
Guido Günther 7 years ago
parent eb4337b5ee
commit 653bc282a7

@ -65,7 +65,6 @@ const GLchar vertex_src[] =
" vec4(i0.z, i1.z, i2.z, i3.z),"
" vec4(i0.w, i1.w, i2.w, i3.w)"
" );"
""
" return outMatrix;"
"}"
"void main() {"

Loading…
Cancel
Save