From f0040b2ea41cbb50b9e77b4fd3d516176387bd64 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <schaller@strw.leidenuniv.nl> Date: Mon, 8 Apr 2019 17:36:53 +0200 Subject: [PATCH] Applied code formatting tool. --- src/engine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/engine.c b/src/engine.c index d32cea6acc..e0747dde19 100644 --- a/src/engine.c +++ b/src/engine.c @@ -3687,7 +3687,8 @@ void engine_unskip(struct engine *e) { if ((with_hydro && cell_is_active_hydro(c, e)) || (with_self_grav && cell_is_active_gravity(c, e)) || - (with_ext_grav && c->nodeID == nodeID && cell_is_active_gravity(c, e)) || + (with_ext_grav && c->nodeID == nodeID && + cell_is_active_gravity(c, e)) || (with_feedback && cell_is_active_stars(c, e)) || (with_stars && c->nodeID == nodeID && cell_is_active_stars(c, e))) { -- GitLab