Index: uspace/lib/posix/include/posix/fnmatch.h
===================================================================
--- uspace/lib/posix/include/posix/fnmatch.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/fnmatch.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -58,5 +58,4 @@
 extern int fnmatch(const char *pattern, const char *string, int flags);
 
-
 #endif /* POSIX_FNMATCH_H_ */
 
Index: uspace/lib/posix/include/posix/locale.h
===================================================================
--- uspace/lib/posix/include/posix/locale.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/locale.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -114,5 +114,4 @@
 extern locale_t uselocale(locale_t newloc);
 
-
 #endif /* POSIX_LOCALE_H_ */
 
Index: uspace/lib/posix/include/posix/pwd.h
===================================================================
--- uspace/lib/posix/include/posix/pwd.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/pwd.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -58,5 +58,4 @@
     char *buffer, size_t bufsize, struct passwd **result);
 
-
 #endif /* POSIX_PWD_H_ */
 
Index: uspace/lib/posix/include/posix/signal.h
===================================================================
--- uspace/lib/posix/include/posix/signal.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/signal.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -52,5 +52,4 @@
 #define SIG_IGN ((void (*)(int)) __posix_ignore_signal_handler)
 
-
 typedef struct {
 	int si_signo;
@@ -75,5 +74,4 @@
 	void (*sa_sigaction)(int, siginfo_t *, void *);
 };
-
 
 /* Values of sigevent::sigev_notify */
@@ -247,5 +245,4 @@
     sigset_t *__restrict__ oset);
 
-
 #endif /* POSIX_SIGNAL_H_ */
 
Index: uspace/lib/posix/include/posix/strings.h
===================================================================
--- uspace/lib/posix/include/posix/strings.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/strings.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -64,5 +64,4 @@
 extern char *rindex(const char *s, int c);
 
-
 #endif  // POSIX_STRINGS_H_
 
Index: uspace/lib/posix/include/posix/sys/mman.h
===================================================================
--- uspace/lib/posix/include/posix/sys/mman.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/mman.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -60,5 +60,4 @@
 extern int munmap(void *start, size_t length);
 
-
 #endif /* POSIX_SYS_MMAN_H_ */
 
Index: uspace/lib/posix/include/posix/sys/stat.h
===================================================================
--- uspace/lib/posix/include/posix/sys/stat.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/stat.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -131,5 +131,4 @@
 extern int mkdir(const char *path, mode_t mode);
 
-
 #endif /* POSIX_SYS_STAT_H */
 
Index: uspace/lib/posix/include/posix/sys/wait.h
===================================================================
--- uspace/lib/posix/include/posix/sys/wait.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/sys/wait.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -55,5 +55,4 @@
 extern pid_t waitpid(pid_t pid, int *stat_ptr, int options);
 
-
 #endif /* POSIX_SYS_WAIT_H_ */
 
Index: uspace/lib/posix/include/posix/ucontext.h
===================================================================
--- uspace/lib/posix/include/posix/ucontext.h	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/include/posix/ucontext.h	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -71,5 +71,4 @@
 } ucontext_t;
 
-
 #endif
 
Index: uspace/lib/posix/src/fcntl.c
===================================================================
--- uspace/lib/posix/src/fcntl.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/fcntl.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -164,3 +164,2 @@
 /** @}
  */
-
Index: uspace/lib/posix/src/fnmatch.c
===================================================================
--- uspace/lib/posix/src/fnmatch.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/fnmatch.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -638,5 +638,4 @@
 {
 	int fail = 0;
-
 
 	static_assert(FNM_PATHNAME == FNM_FILE_NAME);
Index: uspace/lib/posix/src/pthread/condvar.c
===================================================================
--- uspace/lib/posix/src/pthread/condvar.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/condvar.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -76,5 +76,4 @@
 }
 
-
 int pthread_condattr_init(pthread_condattr_t *attr)
 {
@@ -89,5 +88,4 @@
 }
 
-
 /** @}
  */
Index: uspace/lib/posix/src/pthread/keys.c
===================================================================
--- uspace/lib/posix/src/pthread/keys.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/keys.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -38,5 +38,4 @@
 #include "../internal/common.h"
 
-
 void *pthread_getspecific(pthread_key_t key)
 {
Index: uspace/lib/posix/src/pthread/mutex.c
===================================================================
--- uspace/lib/posix/src/pthread/mutex.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/pthread/mutex.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -36,5 +36,4 @@
 #include <errno.h>
 #include "../internal/common.h"
-
 
 int pthread_mutex_init(pthread_mutex_t *restrict mutex,
@@ -94,6 +93,4 @@
 }
 
-
-
 /** @}
  */
Index: uspace/lib/posix/src/signal.c
===================================================================
--- uspace/lib/posix/src/signal.c	(revision b2aaaa00b7abd466c2256891323a234b0eb49464)
+++ uspace/lib/posix/src/signal.c	(revision 173b3bdc85bf0eff3efa47b82e307fdc3f1186c8)
@@ -332,5 +332,4 @@
 }
 
-
 /**
  * Executes an action associated with the given signal.
