From 5c5d1a15f62d78a2d4fbc8e30d8f3b515d525012 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Sun, 4 Nov 2018 16:37:43 +0100
Subject: [PATCH] Code formatting.

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

diff --git a/src/engine.c b/src/engine.c
index 09a00640ed..5395583159 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -3407,7 +3407,7 @@ void engine_do_drift_all_mapper(void *map_data, int num_elements,
     /* When restarting, we loop over all top-level cells */
     cells_top = (struct cell *)map_data;
     local_cells_with_tasks_top = NULL;
-    
+
   } else {
 
     /* In any other case, we use th list of local cells with tasks */
@@ -3472,7 +3472,7 @@ void engine_drift_all(struct engine *e) {
   } else {
 
     /* When restarting, the list of local cells with tasks does not yet
-    /* exist. We use the raw list of top-level cells instead */
+       exist. We use the raw list of top-level cells instead */
     threadpool_map(&e->threadpool, engine_do_drift_all_mapper, e->s->cells_top,
                    e->s->nr_cells, sizeof(struct cell), 0, e);
   }
-- 
GitLab