diff --git a/stepmania/src/ActorCollision.h b/stepmania/src/ActorCollision.h index 133363cde3..e53d459f67 100644 --- a/stepmania/src/ActorCollision.h +++ b/stepmania/src/ActorCollision.h @@ -38,4 +38,4 @@ inline bool HitGuardRailTop( Actor* pActor ) { return pActor->GetY() < GetGuar inline bool HitGuardRailBottom(Actor* pActor ) { return pActor->GetY() > GetGuardRailBottom(pActor); } -#endif \ No newline at end of file +#endif diff --git a/stepmania/src/ActorScroller.cpp b/stepmania/src/ActorScroller.cpp index 4624c19fce..5486665096 100644 --- a/stepmania/src/ActorScroller.cpp +++ b/stepmania/src/ActorScroller.cpp @@ -84,4 +84,4 @@ void ActorScroller::DrawPrimitives() for( unsigned i=0; iDraw(); -} \ No newline at end of file +}