From fed62e4343fa9acbbd13f11a4fe1bcf98ec00562 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Mon, 4 Feb 2019 14:42:23 +0100
Subject: [PATCH] Applied code formatting script.

---
 src/star_formation/EAGLE/star_formation.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/star_formation/EAGLE/star_formation.h b/src/star_formation/EAGLE/star_formation.h
index 1b68dbc3a1..511b807335 100644
--- a/src/star_formation/EAGLE/star_formation.h
+++ b/src/star_formation/EAGLE/star_formation.h
@@ -72,7 +72,7 @@ struct star_formation {
 
   /*! 10^Tdex of Dalla Vecchia & SChaye temperature criteria */
   double ten_to_temperature_margin_threshold_dex;
-  
+
   /*! gas fraction */
   double fgas;
 
@@ -561,8 +561,8 @@ INLINE static void starformation_init_backend(
   starform->temperature_margin_threshold_dex = parser_get_opt_param_double(
       parameter_file, "EAGLEStarFormation:KS_temperature_margin_dex", FLT_MAX);
 
-  starform->ten_to_temperature_margin_threshold_dex = exp10(
-      starform->temperature_margin_threshold_dex);
+  starform->ten_to_temperature_margin_threshold_dex =
+      exp10(starform->temperature_margin_threshold_dex);
 
   /* Read the normalization of the metallicity dependent critical
    * density*/
-- 
GitLab