mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
Massive whitespace cleanup.
Lots of trailing whitespace and otherwise blank lines.
This commit is contained in:
parent
01773c7cd3
commit
23a38738fc
254 changed files with 1793 additions and 1793 deletions
|
@ -571,7 +571,7 @@ portal_intersect (trace_t *trace, clipport_t *portal, plane_t *plane,
|
|||
// if both ends of the box edge are on the same side (or touching) the
|
||||
// plane, the edge does not cross the plane
|
||||
// if only one end of the edge is touching, then we still have to
|
||||
// check the impact point.
|
||||
// check the impact point.
|
||||
if ((t1 > 0 && t2 > 0) || (t1 < 0 && t2 < 0) || (t1 == t2))
|
||||
continue;
|
||||
if (t1 == t2) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue