Index: uspace/lib/c/generic/vfs/vfs.c
===================================================================
--- uspace/lib/c/generic/vfs/vfs.c	(revision 393302009dc835da26285d65656e166c29b4540f)
+++ uspace/lib/c/generic/vfs/vfs.c	(revision 1b20da07baaa3e3c424f62c927274e676e4295cd)
@@ -63,5 +63,5 @@
  * - functions that operate on integer file handles, such as:
  *   vfs_walk(), vfs_open(), vfs_read(), vfs_link(), ...
- *  
+ *
  * - functions that operate on paths, such as:
  *   vfs_lookup(), vfs_link_path(), vfs_unlink_path(), vfs_rename_path(), ...
@@ -1079,5 +1079,5 @@
 }
 
-/** Get file information 
+/** Get file information
  *
  * @param path          File path to get information about
@@ -1143,5 +1143,5 @@
 	vfs_put(file);
 
-	return rc; 
+	return rc;
 }
 
