summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_eval.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:20:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 13:20:53 +0000
commit0a7278e49713596cd0d4b7e2d071e40a6940746f (patch)
treec1c61b6d608ae574575294eb70bdd15a12362d6a /cpukit/libfs/src/imfs/imfs_eval.c
parentWhitespace removal. (diff)
downloadrtems-0a7278e49713596cd0d4b7e2d071e40a6940746f.tar.bz2
Whitespace removal.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/src/imfs/imfs_eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_eval.c b/cpukit/libfs/src/imfs/imfs_eval.c
index 5dcf7576a5..b9b56de205 100644
--- a/cpukit/libfs/src/imfs/imfs_eval.c
+++ b/cpukit/libfs/src/imfs/imfs_eval.c
@@ -110,7 +110,7 @@ int IMFS_evaluate_permission(
else {
/* must be other - do nothing */;
}
-
+
/*
* If all of the flags are set we have permission
* to do this.
@@ -311,7 +311,7 @@ int IMFS_evaluate_for_make(
/*
* Evaluate all tokens until we are done or an error occurs.
*/
-
+
while( !done ) {
type = IMFS_get_token( &path[i], pathlen, token, &len );