Fixed spacing.

This commit is contained in:
Joel Sherrill
1999-11-29 15:10:30 +00:00
parent 0894d35d3a
commit 3dfe0b279e
3 changed files with 3 additions and 3 deletions

View File

@@ -209,7 +209,7 @@ int mount(
temp_mt_entry->mt_point_node.mt_entry = NULL; temp_mt_entry->mt_point_node.mt_entry = NULL;
} }
if ( !fs_ops->fsmount_me ){ if ( !fs_ops->fsmount_me ) {
errno = ENOTSUP; errno = ENOTSUP;
goto cleanup_and_bail; goto cleanup_and_bail;
} }

View File

@@ -209,7 +209,7 @@ int mount(
temp_mt_entry->mt_point_node.mt_entry = NULL; temp_mt_entry->mt_point_node.mt_entry = NULL;
} }
if ( !fs_ops->fsmount_me ){ if ( !fs_ops->fsmount_me ) {
errno = ENOTSUP; errno = ENOTSUP;
goto cleanup_and_bail; goto cleanup_and_bail;
} }

View File

@@ -209,7 +209,7 @@ int mount(
temp_mt_entry->mt_point_node.mt_entry = NULL; temp_mt_entry->mt_point_node.mt_entry = NULL;
} }
if ( !fs_ops->fsmount_me ){ if ( !fs_ops->fsmount_me ) {
errno = ENOTSUP; errno = ENOTSUP;
goto cleanup_and_bail; goto cleanup_and_bail;
} }