mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Indent GLSL by two spaces
since this is the most established indentation
This commit is contained in:
parent
eb4337b5ee
commit
653bc282a7
1 changed files with 26 additions and 27 deletions
|
@ -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…
Reference in a new issue