diff --git a/stepmania/src/UnlockSystem.cpp b/stepmania/src/UnlockSystem.cpp index 87f13e8640..7de608e354 100644 --- a/stepmania/src/UnlockSystem.cpp +++ b/stepmania/src/UnlockSystem.cpp @@ -130,4 +130,4 @@ float UnlockSystem::NumPointsUntilNextUnlock() float fResults = (fSmallestPoints - PREFSMAN->m_fDancePointsAccumulated); return fResults; -} \ No newline at end of file +}