diff --git a/src/runner.c b/src/runner.c
index 409fc4a869f6f48a1c166e9f535db04acff9d6cd..16004e231e4993899ee5ac6761e45cbce2723e7c 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -2506,6 +2506,7 @@ void *runner_main(void *data) {
       t->ti_run = e->ti_current;
 #endif
 
+
       /* Different types of tasks... */
       switch (t->type) {
         case task_type_self: