From 518e1a42a004e3b7c78c7f8abf1d7b2f60469f19 Mon Sep 17 00:00:00 2001
From: Folkert Nobels <nobels@strw.leidenuniv.nl>
Date: Thu, 18 Apr 2019 10:58:51 +0200
Subject: [PATCH] Code formatting

---
 src/engine.c | 2 +-
 src/runner.c | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/engine.c b/src/engine.c
index c8b808c2c5..abb43cd600 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -3048,7 +3048,7 @@ void engine_collect_end_of_step_mapper(void *map_data, int num_elements,
     data->b_inhibited += b_inhibited;
 
     /* Add the SFH information from this engine to the global data */
-    star_formation_logger_add_first_to_second(&sfh_updated,sfh_top);
+    star_formation_logger_add_first_to_second(&sfh_updated, sfh_top);
 
     if (ti_hydro_end_min > e->ti_current)
       data->ti_hydro_end_min = min(ti_hydro_end_min, data->ti_hydro_end_min);
diff --git a/src/runner.c b/src/runner.c
index f678b1ca13..b7595f6ee7 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -638,7 +638,8 @@ void runner_do_star_formation(struct runner *r, struct cell *c, int timer) {
         runner_do_star_formation(r, cp, 0);
 
         /* Update current cell using child cells */
-        star_formation_logger_add_first_to_second(&cp->stars.sfh,&c->stars.sfh);
+        star_formation_logger_add_first_to_second(&cp->stars.sfh,
+                                                  &c->stars.sfh);
       }
   } else {
 
-- 
GitLab