summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_mount.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_mount.c b/cpukit/libfs/src/imfs/imfs_mount.c
index 798ab7baa0..3ec16da3f7 100644
--- a/cpukit/libfs/src/imfs/imfs_mount.c
+++ b/cpukit/libfs/src/imfs/imfs_mount.c
@@ -1,6 +1,6 @@
/*
* IMFS_mount
- *
+ *
* This routine will look at a mount table entry that we are going to
* add to the mount table. If the mount point rtems_filesystem
* location_info_t struct refers to a node that is a directory,
@@ -39,7 +39,7 @@ int IMFS_mount(
/*
* Is the node that we are mounting onto a directory node ?
*/
-
+
if ( node->type != IMFS_DIRECTORY )
rtems_set_errno_and_return_minus_one( ENOTDIR );