From f339468965727d55908efb298b81a9da54fc04e5 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 18 Sep 2019 17:57:08 +0200
Subject: [PATCH] Fix unnecessary white spaces.

---
 src/runner_ghost.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/runner_ghost.c b/src/runner_ghost.c
index f0b60b75ea..f2558e5480 100644
--- a/src/runner_ghost.c
+++ b/src/runner_ghost.c
@@ -1044,15 +1044,11 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) {
           pressure_floor_end_density(p, cosmo);
 
           /* Are we using the alternative definition of the
-
              number of neighbours? */
-
           if (use_mass_weighted_num_ngb) {
 #if defined(GIZMO_MFV_SPH) || defined(GIZMO_MFM_SPH) || defined(SHADOWFAX_SPH)
-
             error(
                 "Can't use alternative neighbour definition with this scheme!");
-
 #else
             const float inv_mass = 1.f / hydro_get_mass(p);
             p->density.wcount = p->rho * inv_mass;
-- 
GitLab