Index: uspace/lib/c/generic/str.c
===================================================================
--- uspace/lib/c/generic/str.c	(revision 199b6d8df60b7576298c89fc0270139884c5d2b3)
+++ uspace/lib/c/generic/str.c	(revision 6f025a80fc7ad329b44d6628d8299af5d7429898)
@@ -1726,6 +1726,8 @@
 		*result = unsigned_result;
 
-	/* Check whether we are at the end of
-	   the string in strict mode */
+	/*
+	 * Check whether we are at the end of
+	 * the string in strict mode
+	 */
 	if ((strict) && (*lendptr != 0))
 		return EINVAL;
