From d85fc4038a04e23e0af8ea861a5ad05346b64162 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Sat, 21 Mar 2020 22:33:06 -0400 Subject: [PATCH] Add a newline to the end of some files --- src/glsl/glcpp/README | 2 +- tests/fragment/z-fxaa3-11-consolepc-inES.txt | 2 +- tests/fragment/zun-SSAO24-in.txt | 2 +- tests/tests.js | 2 +- tests/vertex/loops-for-withvec4-in.txt | 2 +- tests/vertex/loops-for-withvec4-inES3.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/glsl/glcpp/README b/src/glsl/glcpp/README index 0637935e28b..77797dd52be 100644 --- a/src/glsl/glcpp/README +++ b/src/glsl/glcpp/README @@ -27,4 +27,4 @@ Known limitations ----------------- A file that ends with a function-like macro name as the last non-whitespace token will result in a parse error, (where it should be -passed through as is). \ No newline at end of file +passed through as is). diff --git a/tests/fragment/z-fxaa3-11-consolepc-inES.txt b/tests/fragment/z-fxaa3-11-consolepc-inES.txt index 95bc7142c0a..5b1042fd8ec 100644 --- a/tests/fragment/z-fxaa3-11-consolepc-inES.txt +++ b/tests/fragment/z-fxaa3-11-consolepc-inES.txt @@ -103,4 +103,4 @@ void main() { xlt_i.uvPosPos = vec4( xlv_TEXCOORD1); xl_retval = xlat_main( xlt_i); gl_FragData[0] = vec4( xl_retval); -} \ No newline at end of file +} diff --git a/tests/fragment/zun-SSAO24-in.txt b/tests/fragment/zun-SSAO24-in.txt index 39707292d4a..f257d07fd33 100644 --- a/tests/fragment/zun-SSAO24-in.txt +++ b/tests/fragment/zun-SSAO24-in.txt @@ -97,4 +97,4 @@ void main() { xlt_i.uvr = vec2(xlv_TEXCOORD1); xl_retval = frag( xlt_i); gl_FragData[0] = vec4(xl_retval); -} \ No newline at end of file +} diff --git a/tests/tests.js b/tests/tests.js index 1aa9a64e336..d2ce5b8dc41 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -37,4 +37,4 @@ console.log(output, didCompile); shader.dispose(); //Clean up after we've created our compiler -compiler.dispose(); \ No newline at end of file +compiler.dispose(); diff --git a/tests/vertex/loops-for-withvec4-in.txt b/tests/vertex/loops-for-withvec4-in.txt index 287bc8d5185..e891fb89212 100644 --- a/tests/vertex/loops-for-withvec4-in.txt +++ b/tests/vertex/loops-for-withvec4-in.txt @@ -185,4 +185,4 @@ void main() gl_Position = vec4(phase0_Output0); //--- End post shader code --- return; -} \ No newline at end of file +} diff --git a/tests/vertex/loops-for-withvec4-inES3.txt b/tests/vertex/loops-for-withvec4-inES3.txt index d4239e41a74..2e970678786 100644 --- a/tests/vertex/loops-for-withvec4-inES3.txt +++ b/tests/vertex/loops-for-withvec4-inES3.txt @@ -185,4 +185,4 @@ void main() gl_Position = vec4(phase0_Output0); //--- End post shader code --- return; -} \ No newline at end of file +}