diff --git a/src/scheduler.c b/src/scheduler.c
index 1e35d7f11b96f50e37b5867bf7c8c1a8a382b093..040f4e3bd1359e24b03f384e7092702c4539f03b 100644
--- a/src/scheduler.c
+++ b/src/scheduler.c
@@ -118,7 +118,7 @@ void scheduler_addunlock(struct scheduler *s, struct task *ta,
  * @param s The #scheduler.
  * @param c A #cell.
  * @param t The sub-cell #task that will be unlocked by the sort tasks.
- */ 
+ */
 
 void scheduler_add_subcell_tasks(struct scheduler *s, struct cell *c,
                                  struct task *t) {