From 71c2ee38501df6773e085d7a9de6f74a94647465 Mon Sep 17 00:00:00 2001 From: Alam Ed Arias Date: Thu, 9 Jan 2020 16:19:12 -0500 Subject: [PATCH] whitespace cleanup --- src/p_map.c | 2 +- src/p_mobj.c | 2 +- src/p_user.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/p_map.c b/src/p_map.c index b6f532124..40fee7b46 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -2005,7 +2005,7 @@ static boolean PIT_CheckLine(line_t *ld) if (lowfloor < tmdropoffz) tmdropoffz = lowfloor; - + return true; } diff --git a/src/p_mobj.c b/src/p_mobj.c index b771103a9..f281db50d 100644 --- a/src/p_mobj.c +++ b/src/p_mobj.c @@ -7977,7 +7977,7 @@ static void P_MobjSceneryThink(mobj_t *mobj) mobj->x = mobj->extravalue1 + P_ReturnThrustX(mobj, mobj->movedir, mobj->cvmem*mobj->scale); mobj->y = mobj->extravalue2 + P_ReturnThrustY(mobj, mobj->movedir, mobj->cvmem*mobj->scale); P_SetThingPosition(mobj); - + if (!mobj->fuse) { #ifdef HAVE_BLUA diff --git a/src/p_user.c b/src/p_user.c index c5024d7ec..b40e647b6 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -349,11 +349,11 @@ void P_GiveEmerald(boolean spawnObj) continue; P_SetTarget(&emmo->target, players[i].mo); P_SetMobjState(emmo, mobjinfo[MT_GOTEMERALD].meleestate + em); - + // Make sure we're not being carried before our tracer is changed if (players[i].powers[pw_carry] != CR_NIGHTSMODE) players[i].powers[pw_carry] = CR_NONE; - + P_SetTarget(&players[i].mo->tracer, emmo); if (pnum == 255)