From 7206c5d62fa2af61a79f619fa41c3137b89ea425 Mon Sep 17 00:00:00 2001 From: Chris Santora Date: Tue, 25 May 2021 19:43:20 -0700 Subject: [PATCH] Added a newline at the end of the file to get rid of warnings. --- Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/Math.azsli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/Math.azsli b/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/Math.azsli index 0bd115d3cc..9b90c40ab9 100644 --- a/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/Math.azsli +++ b/Gems/Atom/RPI/Assets/ShaderLib/Atom/RPI/Math.azsli @@ -237,4 +237,4 @@ float LerpInverse(float a, float b, float value) { return (value - a) / (b - a); } -} \ No newline at end of file +}