From 537fd2f70469947f4fce4ffbd7b00ea53e8349c7 Mon Sep 17 00:00:00 2001
From: Pedro Gonnet <gonnet@google.com>
Date: Wed, 7 Sep 2016 22:09:26 +0200
Subject: [PATCH] formatting.

---
 src/engine.c    | 6 +++---
 src/scheduler.c | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/engine.c b/src/engine.c
index d15a895257..da200d4118 100644
--- a/src/engine.c
+++ b/src/engine.c
@@ -2203,10 +2203,10 @@ void engine_rebuild(struct engine *e) {
 
   /* Re-build the tasks. */
   engine_maketasks(e);
-  
+
   /* Run through the tasks and mark as skip or not. */
   if (engine_marktasks(e))
-     error("engine_marktasks failed after space_rebuild.");
+    error("engine_marktasks failed after space_rebuild.");
 
   /* Print the status of the system */
   if (e->verbose) engine_print_task_counts(e);
@@ -2552,7 +2552,7 @@ void engine_init_particles(struct engine *e, int flag_entropy_ICs) {
   engine_prepare(e, 1);
 
   engine_marktasks(e);
-  
+
   /* Build the masks corresponding to the policy */
   unsigned int mask = 0;
   unsigned int submask = 0;
diff --git a/src/scheduler.c b/src/scheduler.c
index 3606e60e4b..a45aa6570d 100644
--- a/src/scheduler.c
+++ b/src/scheduler.c
@@ -1220,7 +1220,7 @@ struct task *scheduler_done(struct scheduler *s, struct task *t) {
     pthread_cond_broadcast(&s->sleep_cond);
     pthread_mutex_unlock(&s->sleep_mutex);
   }
-  
+
   /* Mark the task as skip. */
   t->skip = 1;
 
-- 
GitLab