From 8af4a01393624101f7f80162ee4927ea558a291a Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 6 Feb 2019 09:12:39 +0000
Subject: [PATCH] Applied the code formatting tool.

---
 src/cooling/EAGLE/cooling.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cooling/EAGLE/cooling.c b/src/cooling/EAGLE/cooling.c
index 7bbe602de6..49d2186aa5 100644
--- a/src/cooling/EAGLE/cooling.c
+++ b/src/cooling/EAGLE/cooling.c
@@ -56,8 +56,8 @@ static const float explicit_tolerance = 0.05;
 static const float newton_tolerance = 1.0e-4;
 static const float bisection_tolerance = 1.0e-6;
 static const float rounding_tolerance = 1.0e-4;
-static const double bracket_factor = 1.5; /* sqrt(1.1) */
-static const double newton_log_u_guess_cgs = 12.30103;   /* log10(2e12) */
+static const double bracket_factor = 1.5;              /* sqrt(1.1) */
+static const double newton_log_u_guess_cgs = 12.30103; /* log10(2e12) */
 
 /**
  * @brief Find the index of the current redshift along the redshift dimension
-- 
GitLab