Index: uspace/lib/c/generic/loader.c
===================================================================
--- uspace/lib/c/generic/loader.c	(revision 649f087beaa2630ebac933e718dbb78eccdb7e10)
+++ uspace/lib/c/generic/loader.c	(revision 0fe52ef6f9ff93ce0e6b31fe94d672377d33f55c)
@@ -263,6 +263,5 @@
 	
 	int i;
-	for (i = 0; files[i]; i++)
-		;
+	for (i = 0; files[i]; i++);
 
 	ipc_call_t answer;
Index: uspace/lib/c/generic/loc.c
===================================================================
--- uspace/lib/c/generic/loc.c	(revision 649f087beaa2630ebac933e718dbb78eccdb7e10)
+++ uspace/lib/c/generic/loc.c	(revision 0fe52ef6f9ff93ce0e6b31fe94d672377d33f55c)
@@ -315,6 +315,6 @@
 /** Register new service.
  *
- * @param fqsn	Fully qualified service name
- * @param sid	Output: ID of new service
+ * @param fqsn Fully qualified service name
+ * @param sid  Output: ID of new service
  *
  */
Index: uspace/srv/vfs/vfs.c
===================================================================
--- uspace/srv/vfs/vfs.c	(revision 649f087beaa2630ebac933e718dbb78eccdb7e10)
+++ uspace/srv/vfs/vfs.c	(revision 0fe52ef6f9ff93ce0e6b31fe94d672377d33f55c)
@@ -53,4 +53,8 @@
 #define NAME  "vfs"
 
+enum {
+	VFS_TASK_STATE_CHANGE
+};
+
 static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg)
 {
@@ -134,8 +138,4 @@
 	 */
 }
-
-enum {
-	VFS_TASK_STATE_CHANGE
-};
 
 static void notification_received(ipc_callid_t callid, ipc_call_t *call)
