diff --git a/src/engine.c b/src/engine.c
index fc83a3f21c1958e5fc78885e856990576be12bf7..bf334f8b5762d468a861ba0141b08e5cdffa1109 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -37,7 +37,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-
 /* MPI headers. */
 #ifdef WITH_MPI
 
diff --git a/src/queue.c b/src/queue.c
index 95ade9027f5b3a2ba7ae5a75e7f6e5719ab34731..24e7ba85be6f853a30ff5c9bd7820e3ae11236cd 100644
--- a/src/queue.c
+++ b/src/queue.c
@@ -302,7 +302,6 @@ void queue_clean(struct queue *q) {
   free(q->tid_incoming);
 }
 
-
 /**
  * @brief Dump a formatted list of tasks in the queue to the given file stream.
  *