]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
curves.c and .h: Remove whitespace at the top of both files
authorCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:41 +0000 (16:15 -0400)
committerCloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:41 +0000 (16:15 -0400)
curves.c
curves.h

index 154450de7cdd8b55e9493fbb065e10cc2795647a..1d9b2941934ebcc0ecb947f6dfce267a01dd3654 100644 (file)
--- 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
 /*
 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
index 6555a5a01ed86292bca9eb7c95d40adc249456fe..7c592b3ac060168ee2f8711caac35ea3d41b6863 100644 (file)
--- a/curves.h
+++ b/curves.h
@@ -1,4 +1,3 @@
-
 #ifndef CURVES_H
 #define CURVES_H
 
 #ifndef CURVES_H
 #define CURVES_H