Skip to content

Commit d78c3d2

Browse files
authoredMar 23, 2020
Merge pull request #147 from aaronfranke/file-formatting
Add a newline to the end of some files
2 parents 4770b71 + d85fc40 commit d78c3d2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
 

‎src/glsl/glcpp/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ Known limitations
2727
-----------------
2828
A file that ends with a function-like macro name as the last
2929
non-whitespace token will result in a parse error, (where it should be
30-
passed through as is).
30+
passed through as is).

‎tests/fragment/z-fxaa3-11-consolepc-inES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,4 @@ void main() {
103103
xlt_i.uvPosPos = vec4( xlv_TEXCOORD1);
104104
xl_retval = xlat_main( xlt_i);
105105
gl_FragData[0] = vec4( xl_retval);
106-
}
106+
}

‎tests/fragment/zun-SSAO24-in.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ void main() {
9797
xlt_i.uvr = vec2(xlv_TEXCOORD1);
9898
xl_retval = frag( xlt_i);
9999
gl_FragData[0] = vec4(xl_retval);
100-
}
100+
}

‎tests/tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ console.log(output, didCompile);
3737
shader.dispose();
3838

3939
//Clean up after we've created our compiler
40-
compiler.dispose();
40+
compiler.dispose();

‎tests/vertex/loops-for-withvec4-in.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ void main()
185185
gl_Position = vec4(phase0_Output0);
186186
//--- End post shader code ---
187187
return;
188-
}
188+
}

‎tests/vertex/loops-for-withvec4-inES3.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ void main()
185185
gl_Position = vec4(phase0_Output0);
186186
//--- End post shader code ---
187187
return;
188-
}
188+
}

0 commit comments

Comments
 (0)
Please sign in to comment.