Index: uspace/lib/c/generic/rtld/module.c
===================================================================
--- uspace/lib/c/generic/rtld/module.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/lib/c/generic/rtld/module.c	(revision 7570a95fbe39d85de25c810a36eb504d2e33eb6d)
@@ -204,5 +204,4 @@
 	str_cpy(name_buf + 5, NAME_BUF_SIZE - 5, name);
 
-
 	DPRINTF("filename:'%s'\n", name_buf);
 
Index: uspace/lib/c/generic/rtld/symbol.c
===================================================================
--- uspace/lib/c/generic/rtld/symbol.c	(revision b1834a01038fc2eeb50637bb5cb48a741a03b9fb)
+++ uspace/lib/c/generic/rtld/symbol.c	(revision 7570a95fbe39d85de25c810a36eb504d2e33eb6d)
@@ -182,5 +182,4 @@
 	return sym; /* Symbol found */
 }
-
 
 /** Find the definition of a symbol.
