Remove trailing whitespace

This commit is contained in:
James R 2019-09-26 14:32:25 -07:00
parent cb355e7e8f
commit 7a6a2f248e
2 changed files with 2 additions and 2 deletions

View file

@ -6539,7 +6539,7 @@ void K_MoveKartPlayer(player_t *player, boolean onground)
}
// Friction was changed, so we must recalculate a bunch of stuff
if (player->mo->friction != prevfriction)
if (player->mo->friction != prevfriction)
{
if (player->mo->friction > FRACUNIT)
player->mo->friction = FRACUNIT;

View file

@ -219,7 +219,7 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
momang = R_PointToAngle2(0, 0, savemomx, savemomy);
angoffset = momang;
angoffset -= spring->angle; // Subtract
angoffset -= spring->angle; // Subtract
// Flip on wrong side
if ((angle_t)angoffset > ANGLE_180)