diff --git a/src/scheduler.c b/src/scheduler.c
index 5024a3a5b0a9be00677826bf0e1e7a7a3cf5619b..cb232db0a74f9a25bb8b7f42eb62fb1e8cf4fceb 100644
--- a/src/scheduler.c
+++ b/src/scheduler.c
@@ -579,7 +579,6 @@ static void scheduler_splittask_hydro(struct task *t, struct scheduler *s) {
                 scheduler_splittask_hydro(tl, s);
                 tl->flags = space_getsid(s->space, &t->ci, &t->cj, shift);
               }
-
       }
     } /* pair interaction? */
   }   /* iterate over the current task. */