diff --git a/src/cooling/EAGLE/cooling.c b/src/cooling/EAGLE/cooling.c
index 7193a12f37295cc72fa28273b7dd687af339b1be..1180390d52c408c7fc8e57da2ecc3198216f507b 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.0488088481701515;    /* sqrt(1.1) */
-static const double newton_log_u_guess_cgs = 12.30103; /* log10(2e12) */
+static const double bracket_factor = 1.0488088481701515; /* 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