]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/common/polylib.c
tools: reduce diff noise
[xonotic/netradiant.git] / tools / quake3 / common / polylib.c
index c7b85dd3aa818192b38d75de6ac0824cc7d3b270..bef8fbd4d917313a0880d335a58daf75e3744641 100644 (file)
@@ -1,5 +1,5 @@
 /*
-   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
+   Copyright (C) 1999-2007 id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -19,7 +19,6 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-
 #include "cmdlib.h"
 #include "mathlib.h"
 #include "inout.h"
@@ -542,7 +541,7 @@ winding_t   *ReverseWinding( winding_t *w ){
    =============
  */
 void    ClipWindingEpsilonStrict( winding_t *in, vec3_t normal, vec_t dist,
-                                                                 vec_t epsilon, winding_t **front, winding_t **back ){
+                                                       vec_t epsilon, winding_t **front, winding_t **back ){
        vec_t dists[MAX_POINTS_ON_WINDING + 4];
        int sides[MAX_POINTS_ON_WINDING + 4];
        int counts[3];