summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-29 15:10:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-29 15:10:30 +0000
commit3dfe0b279e3724a1db3594419e937f6d8f5acba0 (patch)
tree94c95c13ea08371a3bb13d70a4c6c8080e7e329d /c/src/lib/libc
parentAdded chapter of list of routines provided by libm. (diff)
downloadrtems-3dfe0b279e3724a1db3594419e937f6d8f5acba0.tar.bz2
Fixed spacing.
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libc/mount.c b/c/src/lib/libc/mount.c
index 5cc037b712..578404ecdc 100644
--- a/c/src/lib/libc/mount.c
+++ b/c/src/lib/libc/mount.c
@@ -209,7 +209,7 @@ int mount(
temp_mt_entry->mt_point_node.mt_entry = NULL;
}
- if ( !fs_ops->fsmount_me ){
+ if ( !fs_ops->fsmount_me ) {
errno = ENOTSUP;
goto cleanup_and_bail;
}