diff --git a/examples/EAGLE_12/eagle_12.yml b/examples/EAGLE_12/eagle_12.yml
index 7d07b2cef22f2a23b7d66af79b3ef1306df2de01..b4697f96d4eed6c3768d492f0b1c52eaed878d5d 100644
--- a/examples/EAGLE_12/eagle_12.yml
+++ b/examples/EAGLE_12/eagle_12.yml
@@ -12,9 +12,6 @@ TimeIntegration:
   time_end:   1e-2  # The end time of the simulation (in internal units).
   dt_min:     1e-10 # The minimal time-step size of the simulation (in internal units).
   dt_max:     1e-4  # The maximal time-step size of the simulation (in internal units).
-
-Scheduler:
-  cell_split_size:     400
   
 # Parameters governing the snapshots
 Snapshots:
diff --git a/src/runner.c b/src/runner.c
index c6aeb6db895b0545ba33a5fd0d940839e784c466..5af652d8a70053110f2d7b65426995b21ad93279 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -464,7 +464,7 @@ void runner_do_sort(struct runner *r, struct cell *c, int flags, int cleanup,
     if (c->sorted == 0) {
 #ifdef SWIFT_DEBUG_CHECKS
       if (xparts != NULL && c->nodeID != engine_rank)
-         error("Have non-NULL xparts in foreign cell");
+        error("Have non-NULL xparts in foreign cell");
 #endif
 
       /* And the individual sort distances if we are a local cell */