From ef993d0f1682d3fb86bdef33043d7b106ce51d13 Mon Sep 17 00:00:00 2001 From: Cloudwalk Date: Tue, 25 May 2021 16:15:41 -0400 Subject: [PATCH] curves.c and .h: Remove whitespace at the top of both files --- curves.c | 1 - curves.h | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.2