* Code cleanup:
- remove trailing white space, trailing empty lines, C++ comments, etc.
- split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c)
* Patches by Kenneth Johansson, 25 Jun 2003:
- major rework of command structure
(work done mostly by Michal Cendrowski and Joakim Kristiansen)
diff --git a/fs/fat/file.c b/fs/fat/file.c
index d375ba2..f999ac5 100644
--- a/fs/fat/file.c
+++ b/fs/fat/file.c
@@ -1,5 +1,5 @@
-/*
- * file.c
+/*
+ * file.c
*
* Mini "VFS" by Marcus Sundberg
*
@@ -143,7 +143,7 @@
return 0;
}
-
+
int
file_detectfs(void)
{