Index: uspace/lib/fmtutil/fmtutil.c
===================================================================
--- uspace/lib/fmtutil/fmtutil.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
+++ uspace/lib/fmtutil/fmtutil.c	(revision 95aed62f997beed657c99c003a81e20a7a71d608)
@@ -167,5 +167,5 @@
 		return EINVAL;
 	}
-	
+
 	return EOK;
 }
@@ -188,5 +188,5 @@
 	size_t line_len = 0;
 	size_t pos = 0;
-	
+
 	/*
 	 * Invariants:
@@ -194,5 +194,5 @@
 	 *  * line_start <= last_word_end <= word_start <= pos
 	 */
-	
+
 	while (wstr[pos] != 0) {
 		/* Skip spaces and process newlines */
