diff --git a/src/engine.c b/src/engine.c
index f32b7fd5e885d812780a545806a975463a2939c0..90a6abea924c64af0aa69bd4d7e1ff1a98ea394d 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -311,7 +311,6 @@ void engine_redistribute(struct engine *e) {
         p->x[1] < c->loc[1] || p->x[1] > c->loc[1] + c->width[1] ||
         p->x[2] < c->loc[2] || p->x[2] > c->loc[2] + c->width[2])
       error("part not sorted into the right top-level cell!");
-
   }
 #endif