From 3935ba39d30666dd7d4a831155631847c77b70c4 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Wed, 2 Aug 2017 08:46:58 +0000
Subject: Massive patch using LLVM coding style. It was generated with:
clang-format -style=LLVM -i *.cpp *.h
Please set your editor to replace tabs with spaces and use indentation of 2 spaces.
---
src/mathfunc.cpp | 585 +++++++++++++++++++++++++++----------------------------
1 file changed, 286 insertions(+), 299 deletions(-)
(limited to 'src/mathfunc.cpp')
diff --git a/src/mathfunc.cpp b/src/mathfunc.cpp
index 709bdde..9e19bf1 100644
--- a/src/mathfunc.cpp
+++ b/src/mathfunc.cpp
@@ -16,394 +16,381 @@
along with this program. If not, see .
*/
-#include
+#include
+#include
+#include
#include
-#include
-#include
#include
-#include
-#include
+#include
+#include
#include