summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_debug.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_debug.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_debug.c b/cpukit/libfs/src/imfs/imfs_debug.c
index 1927a69f22..094e90657d 100644
--- a/cpukit/libfs/src/imfs/imfs_debug.c
+++ b/cpukit/libfs/src/imfs/imfs_debug.c
@@ -33,7 +33,7 @@
*
* Printable names for each of the IMFS file system types.
*/
-
+
char *IMFS_types[ IMFS_NUMBER_OF_TYPES ] = {
"directory",
"device",
@@ -48,7 +48,7 @@ char *IMFS_types[ IMFS_NUMBER_OF_TYPES ] = {
* This routine prints the contents of the specified jnode.
*/
-void IMFS_print_jnode(
+void IMFS_print_jnode(
IMFS_jnode_t *the_jnode
)
{