summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fsmount/fsmount.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 12:06:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 12:06:28 +0000
commitaed742c9a09fc443418ba4ef8f31892ef00df984 (patch)
treee9d0138d2456e7ec94be79b66f1f06181d308743 /cpukit/libmisc/fsmount/fsmount.c
parentRemove stray white spaces. (diff)
downloadrtems-aed742c9a09fc443418ba4ef8f31892ef00df984.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libmisc/fsmount/fsmount.c')
-rw-r--r--cpukit/libmisc/fsmount/fsmount.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c
index 7f319f6022..1eafe68d8f 100644
--- a/cpukit/libmisc/fsmount/fsmount.c
+++ b/cpukit/libmisc/fsmount/fsmount.c
@@ -78,7 +78,7 @@ int rtems_fsmount_create_mountpoint
*/
if (0 != stat(tok_buffer,&file_info)) {
/*
- * if not, create directory
+ * if not, create directory
*/
rc = mknod(tok_buffer,S_IRWXU | S_IRWXG | S_IRWXO | S_IFDIR,0);
}
@@ -86,7 +86,7 @@ int rtems_fsmount_create_mountpoint
} while ((rc == 0) &&
(token_type != IMFS_NO_MORE_PATH) &&
(token_type != IMFS_INVALID_TOKEN));
-
+
/*
* return token buffer to heap
*/
@@ -126,7 +126,7 @@ int rtems_fsmount
/*
* scan through all fstab entries;
*/
- while (!terminate &&
+ while (!terminate &&
(fstab_idx < fstab_count)) {
tmp_rc = 0;
/*
@@ -177,9 +177,9 @@ int rtems_fsmount
}
if (0 != (fstab_ptr->abort_reasons & FSMOUNT_MNT_OK)) {
terminate = TRUE;
- }
+ }
}
- }
+ }
/*
* proceed to next entry
*/