From a5305f6b33159d425e6fc5beb6807a675f70ecc9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 17 Apr 2004 08:34:41 +0000 Subject: Remove stray white spaces. --- cpukit/libfs/src/imfs/imfs_mount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libfs/src/imfs/imfs_mount.c') 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 ); -- cgit v1.2.3