Skip to content

Commit d118e73

Browse files
committed
Remove whitespace
1 parent 40e573e commit d118e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kitty/scroll_fragment.glsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#version GLSL_VERSION
22
out vec4 FragColor;
3-
3+
44
in vec2 TexCoords;
55

66
uniform sampler2D screenTexture;
77

88
void main()
9-
{
9+
{
1010
FragColor = texture(screenTexture, TexCoords);
1111
}

0 commit comments

Comments
 (0)