From aaa7b6ba556511881e39ee9403f2ac390b32c3ca Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Wed, 5 Feb 2020 18:42:33 +0100
Subject: [PATCH] Applied code formatting tool.

---
 src/engine.c | 1 -
 src/queue.c  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/src/engine.c b/src/engine.c
index fc83a3f21c..bf334f8b57 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 95ade9027f..24e7ba85be 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.
  *
-- 
GitLab