Browse Source

Fixed lighting engine module newlines at end of file

victorfisac 9 years ago
parent
commit
e0d8cceb65
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/lighting.c
  2. 1 1
      src/lighting.h

+ 1 - 1
src/lighting.c

@@ -121,4 +121,4 @@ void SetMaterialGlossiness(Material *material, float glossiness)
 void SetMaterialNormalDepth(Material *material, float depth)
 {
     material->normalDepth[0] = depth;
-}
+}

+ 1 - 1
src/lighting.h

@@ -84,4 +84,4 @@ void SetMaterialNormalDepth(Material *material, float depth);           // Set n
 }
 #endif
 
-#endif // LIGHTING_H
+#endif // LIGHTING_H