Index: kernel/generic/src/adt/list.c
===================================================================
--- kernel/generic/src/adt/list.c	(revision b76ce3fafabca2ee4bc41e417ad02ab3546c67f2)
+++ kernel/generic/src/adt/list.c	(revision 30eab785e6a70045734d7630e93628c7c1f85f3d)
@@ -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.
