Index: uspace/lib/posix/src/stdio.c
===================================================================
--- uspace/lib/posix/src/stdio.c	(revision 7f9df7b96a72566de47074ddcc443093aa8aa3e8)
+++ uspace/lib/posix/src/stdio.c	(revision 3061bc129a855122d429fbba1e623a521aaa164c)
@@ -148,5 +148,5 @@
 /**
  * Read a stream until the newline (or EOF) is encountered.
- * 
+ *
  * @param lineptr Pointer to the output buffer in which there will be stored
  *     nul-terminated string together with the delimiter (if encountered).
@@ -208,5 +208,5 @@
 /**
  * Reposition a file-position indicator in a stream.
- * 
+ *
  * @param stream Stream to seek in.
  * @param offset Direction and amount of bytes to seek.
@@ -221,5 +221,5 @@
 /**
  * Discover current file offset in a stream.
- * 
+ *
  * @param stream Stream for which the offset shall be retrieved.
  * @return Current offset or -1 if not possible.
@@ -265,5 +265,5 @@
 /**
  * Write wide string to the opened file.
- * 
+ *
  * @param str String to be written.
  * @param size Size of the string (in bytes).
@@ -298,5 +298,5 @@
 /**
  * Print formatted output to the opened file.
- * 
+ *
  * @param fildes File descriptor of the opened file.
  * @param format Format description.
@@ -317,5 +317,5 @@
 /**
  * Print formatted output to the string.
- * 
+ *
  * @param s Output string.
  * @param format Format description.
@@ -334,5 +334,5 @@
 /**
  * Print formatted output to the string.
- * 
+ *
  * @param s Output string.
  * @param format Format description.
@@ -348,5 +348,5 @@
 /**
  * Convert formatted input from the stream.
- * 
+ *
  * @param stream Input stream.
  * @param format Format description.
@@ -364,5 +364,5 @@
 /**
  * Convert formatted input from the standard input.
- * 
+ *
  * @param format Format description.
  * @return The number of converted output items or EOF on failure.
@@ -379,5 +379,5 @@
 /**
  * Convert formatted input from the standard input.
- * 
+ *
  * @param format Format description.
  * @param arg Output items.
@@ -391,5 +391,5 @@
 /**
  * Convert formatted input from the string.
- * 
+ *
  * @param s Input string.
  * @param format Format description.
@@ -472,5 +472,5 @@
 /**
  * Put a byte on the standard output stream (thread-unsafe).
- * 
+ *
  * @param c Byte to output.
  * @return Either written byte or EOF.
