From dff64b854a357d14194cb141c8b426e7a62b39c6 Mon Sep 17 00:00:00 2001
From: Alam Ed Arias <alam@srb2.org>
Date: Fri, 13 May 2016 00:12:51 -0400
Subject: [PATCH] remove blank lines at EOF of new files

---
 src/t_facon.c | 1 -
 src/t_fsin.c  | 1 -
 src/t_ftan.c  | 1 -
 src/t_tan2a.c | 1 -
 4 files changed, 4 deletions(-)

diff --git a/src/t_facon.c b/src/t_facon.c
index ac98acb4bf..7f57dad1f6 100644
--- a/src/t_facon.c
+++ b/src/t_facon.c
@@ -8192,4 +8192,3 @@ static angle_t fineacon[65536*2] = {
 	   21362284,   21025822,   20683890,   20336211,   19982485,   19622386,   19255555,   18881601,   18500092,   18110550,   17712445,   17305185,   16888110,   16460473,   16021427,   15570009,
 	   15105108,   14625439,   14129499,   13615508,   13081341,   12524414,   11941545,   11328730,   10680816,    9990975,    9249834,    8443894,    7552439,    6540595,    5340367,    3776205,
 };
-
diff --git a/src/t_fsin.c b/src/t_fsin.c
index b2dde5c7f8..44f05f459e 100644
--- a/src/t_fsin.c
+++ b/src/t_fsin.c
@@ -1281,4 +1281,3 @@ fixed_t finesine[10240] =
 	65531, 65531, 65532, 65532, 65533, 65533, 65534, 65534,
 	65534, 65535, 65535, 65535, 65535, 65535, 65535, 65535
 };
-
diff --git a/src/t_ftan.c b/src/t_ftan.c
index 8dd2e22bbf..a247d5444a 100644
--- a/src/t_ftan.c
+++ b/src/t_ftan.c
@@ -513,4 +513,3 @@ fixed_t finetangent[4096] =
 	5340085, 5696125, 6103026, 6572525, 7120270, 7767602, 8544398, 9493811,
 	10680573, 12206405, 14240842, 17089048, 21361347, 28481836, 42722796, 85445642
 };
-
diff --git a/src/t_tan2a.c b/src/t_tan2a.c
index d84e050dd9..a22f7cfae4 100644
--- a/src/t_tan2a.c
+++ b/src/t_tan2a.c
@@ -258,4 +258,3 @@ angle_t tantoangle[2049] =
 	535533216, 535700704, 535868128, 536035456, 536202720, 536369888, 536536992, 536704000,
 	536870912
 };
-
-- 
GitLab