Index: kernel/generic/src/adt/list.c
===================================================================
--- kernel/generic/src/adt/list.c	(revision 63e27efdf2fe6d3fa02bbb5ee1da00df5cc07e9d)
+++ kernel/generic/src/adt/list.c	(revision d858a660afff3b05ffdfe37e6957b83b447f6b26)
@@ -69,8 +69,8 @@
 
 /** Moves items of one list into another after the specified item.
- * 
- * Inserts all items of @a list after item at @a pos in another list. 
- * Both lists may be empty. 
- * 
+ *
+ * Inserts all items of @a list after item at @a pos in another list.
+ * Both lists may be empty.
+ *
  * @param list Source list to move after pos. Empty afterwards.
  * @param pos Source items will be placed after this item.
