diff --git a/dCommon/NiColor.h b/dCommon/NiColor.h index e139606b..8d16d375 100644 --- a/dCommon/NiColor.h +++ b/dCommon/NiColor.h @@ -31,4 +31,4 @@ struct NiColor { float ToXYZ() const { return (m_Red * 0.212671f) + (m_Green * 0.71516f) + (m_Blue * 0.072169f); }; }; -#endif // NICOLOR_H \ No newline at end of file +#endif // NICOLOR_H diff --git a/dZoneManager/Raw.cpp b/dZoneManager/Raw.cpp index 16fc9063..87d86b27 100644 --- a/dZoneManager/Raw.cpp +++ b/dZoneManager/Raw.cpp @@ -401,4 +401,4 @@ bool WriteTerrainMeshToOBJ(const TerrainMesh& mesh, const std::string& path) { } } -} // namespace Raw \ No newline at end of file +} // namespace Raw