From 791232e6d30f6a6085a73d3b11110ab5d1d2f115 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sat, 6 Oct 2001 03:05:33 +0000 Subject: [PATCH] whitespace and {}s --- nq/source/pr_cmds.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nq/source/pr_cmds.c b/nq/source/pr_cmds.c index 2764449fd..38adf8f7f 100644 --- a/nq/source/pr_cmds.c +++ b/nq/source/pr_cmds.c @@ -829,13 +829,13 @@ PF_droptofloor (progs_t *pr) VectorCopy (SVvector (ent, origin), end); end[2] -= 256; - trace = - SV_Move (SVvector (ent, origin), SVvector (ent, mins), SVvector (ent, maxs), end, false, - ent); + trace = SV_Move (SVvector (ent, origin), + SVvector (ent, mins), + SVvector (ent, maxs), end, false, ent); - if (trace.fraction == 1 || trace.allsolid) + if (trace.fraction == 1 || trace.allsolid) { G_FLOAT (pr, OFS_RETURN) = 0; - else { + } else { VectorCopy (trace.endpos, SVvector (ent, origin)); SV_LinkEdict (ent, false); SVfloat (ent, flags) = (int) SVfloat (ent, flags) | FL_ONGROUND;