Index: uspace/srv/fs/fat/fat_idx.c
===================================================================
--- uspace/srv/fs/fat/fat_idx.c	(revision b72efe87f3e33beaa3b0d0cf7c8b598a58f6a6de)
+++ uspace/srv/fs/fat/fat_idx.c	(revision 1875a0cf8b7ababbd10c80d697a15be242d70773)
@@ -59,13 +59,13 @@
 typedef struct {
 	link_t		link;
-	devmap_handle_t	devmap_handle;
+	devmap_handle_t devmap_handle;
 
 	/** Next unassigned index. */
-	fs_index_t	next;
+	fs_index_t next;
 	/** Number of remaining unassigned indices. */
-	uint64_t	remaining;
+	uint64_t remaining;
 
 	/** Sorted list of intervals of freed indices. */
-	list_t		freed_list;
+	list_t freed_list;
 } unused_t;
 
@@ -97,5 +97,5 @@
 			return u;
 	}
-
+	
 	if (lock)
 		fibril_mutex_unlock(&unused_lock);
