projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6167697
)
curves.c and .h: Remove whitespace at the top of both files
author
Cloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:41 +0000
(16:15 -0400)
committer
Cloudwalk <cloudwalk009@gmail.com>
Tue, 25 May 2021 20:15:41 +0000
(16:15 -0400)
curves.c
patch
|
blob
|
history
curves.h
patch
|
blob
|
history
diff --git
a/curves.c
b/curves.c
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
diff --git
a/curves.h
b/curves.h
index 6555a5a01ed86292bca9eb7c95d40adc249456fe..7c592b3ac060168ee2f8711caac35ea3d41b6863 100644
(file)
--- a/
curves.h
+++ b/
curves.h
@@
-1,4
+1,3
@@
-
#ifndef CURVES_H
#define CURVES_H