Index: uspace/lib/posix/src/internal/common.h
===================================================================
--- uspace/lib/posix/src/internal/common.h	(revision 7f9df7b96a72566de47074ddcc443093aa8aa3e8)
+++ uspace/lib/posix/src/internal/common.h	(revision 1890f2a209c91b552cbec0464d6814f4388d9689)
@@ -56,5 +56,6 @@
  * If so, writes the error code to errno and returns true.
  */
-static inline bool failed(int rc) {
+static inline bool failed(int rc)
+{
 	if (rc != EOK) {
 		errno = rc;
