Index: uspace/lib/libc/generic/fibril.c
===================================================================
--- uspace/lib/libc/generic/fibril.c	(revision bd8bfcbd5fb6cff623ea60c4cd7c2f0830500f1a)
+++ uspace/lib/libc/generic/fibril.c	(revision ba2a0552c057e500531844013f0c623d6717aa81)
@@ -317,5 +317,6 @@
 /** Return fibril id of the currently running fibril.
  *
- * @return		Fibril ID of the currently running fibril.
+ * @return fibril ID of the currently running fibril.
+ *
  */
 fid_t fibril_get_id(void)
@@ -324,5 +325,5 @@
 }
 
-/** Disable preemption 
+/** Disable preemption
  *
  * If the fibril wants to send several message in a row and does not want to be
@@ -330,5 +331,6 @@
  * communication and async_serialize_end() in the end. If it is a true
  * multithreaded application, it should protect the communication channel by a
- * futex as well. Interrupt messages can still be preempted.
+ * futex as well.
+ *
  */
 void fibril_inc_sercount(void)
