From a1ff7d34d8d480ce26e2c42f0f762c8ab5e7c8e9 Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Wed, 20 Mar 2019 16:26:13 +0000
Subject: [PATCH] Formatting

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

diff --git a/src/cooling/EAGLE/cooling.c b/src/cooling/EAGLE/cooling.c
index 3360bab5bb..d1c2e7c065 100644
--- a/src/cooling/EAGLE/cooling.c
+++ b/src/cooling/EAGLE/cooling.c
@@ -48,7 +48,6 @@
 #include "space.h"
 #include "units.h"
 
-
 /* Maximum number of iterations for newton
  * and bisection integration schemes */
 static const int newton_max_iterations = 15;
@@ -560,8 +559,8 @@ void cooling_cool_part(const struct phys_const *phys_const,
       Helium_reion_heat_cgs / (dt_cgs * ratefact_cgs);
 
   /* Let's compute the internal energy at the end of the step */
-  /* Initialise to the initial energy to appease compiler; this will never not be
-     overwritten. */
+  /* Initialise to the initial energy to appease compiler; this will never not
+     be overwritten. */
   double u_final_cgs = u_0_cgs;
 
   /* First try an explicit integration (note we ignore the derivative) */
-- 
GitLab