Index: uspace/lib/posix/src/stdlib/strtold.c
===================================================================
--- uspace/lib/posix/src/stdlib/strtold.c	(revision 7f9df7b96a72566de47074ddcc443093aa8aa3e8)
+++ uspace/lib/posix/src/stdlib/strtold.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -232,5 +232,5 @@
  * Function expects the string pointer to be already pointed at the first
  * digit (i.e. leading optional sign was already consumed by the caller).
- * 
+ *
  * @param sptr Pointer to the storage of the string pointer. Upon successful
  *     conversion, the string pointer is updated to point to the first
@@ -303,5 +303,5 @@
 /**
  * Derive a hexadecimal digit from its character representation.
- * 
+ *
  * @param ch Character representation of the hexadecimal digit.
  * @return Digit value represented by an integer.
