From: Cloudwalk Date: Tue, 25 May 2021 20:15:41 +0000 (-0400) Subject: curves.c and .h: Remove whitespace at the top of both files X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=ef993d0f1682d3fb86bdef33043d7b106ce51d13 curves.c and .h: Remove whitespace at the top of both files --- diff --git a/curves.c b/curves.c index 154450de..1d9b2941 100644 --- a/curves.c +++ b/curves.c @@ -1,4 +1,3 @@ - /* this code written by Ashley Rose Hale (LadyHavoc), on 2004-10-17, and placed into public domain this implements Quadratic BSpline surfaces as seen in Quake3 by id Software diff --git a/curves.h b/curves.h index 6555a5a0..7c592b3a 100644 --- a/curves.h +++ b/curves.h @@ -1,4 +1,3 @@ - #ifndef CURVES_H #define CURVES_H