From ca7271ed12d15e49860e67a07cca121eb9c78b38 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Fri, 22 Jul 2016 00:14:52 +0100
Subject: [PATCH] Choke on FP exceptions

---
 tests/test27cells.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test27cells.c b/tests/test27cells.c
index 1d6d1ca825..5d9cd0e2c8 100644
--- a/tests/test27cells.c
+++ b/tests/test27cells.c
@@ -261,7 +261,7 @@ int main(int argc, char *argv[]) {
 
   /* Choke on FP-exceptions */
   feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
-  
+
   /* Get some randomness going */
   srand(0);
 
-- 
GitLab