Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision 0d974d806b8b5c4f97b311ccf8f25f582a4fc9ba)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 7d86195018b7084baebf0049d3666f83b8d36216)
@@ -540,5 +540,6 @@
 		 */
 		if (pos >= nodep->size) {
-			bytes = 0;		/* reading beyond the EOF */
+			/* reading beyond the EOF */
+			bytes = 0;
 			(void) ipc_data_read_finalize(callid, NULL, 0);
 		} else {
