aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lighting.c2
-rw-r--r--src/lighting.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lighting.c b/src/lighting.c
index 5cf2a2ec..9014dcd4 100644
--- a/src/lighting.c
+++ b/src/lighting.c
@@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
void SetMaterialNormalDepth(Material *material, float depth)
{
material->normalDepth[0] = depth;
-} \ No newline at end of file
+}
diff --git a/src/lighting.h b/src/lighting.h
index a35113c3..e1fc4e50 100644
--- a/src/lighting.h
+++ b/src/lighting.h
@@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth); // Set n
}
#endif
-#endif // LIGHTING_H \ No newline at end of file
+#endif // LIGHTING_H