summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 21:29:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-26 21:29:24 +0000
commitbc3fe3c7f0352f9f733e4cae0d30a58f83ee60d1 (patch)
tree7926cf5c012b1aefc90a4b837f5b72bdb4ceee68 /cpukit/libfs
parent2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-bc3fe3c7f0352f9f733e4cae0d30a58f83ee60d1.tar.bz2
2010-07-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_load_tar.c: Formatting.
Diffstat (limited to 'cpukit/libfs')
-rw-r--r--cpukit/libfs/src/imfs/imfs_load_tar.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_load_tar.c b/cpukit/libfs/src/imfs/imfs_load_tar.c
index 1045c33d69..c542d34161 100644
--- a/cpukit/libfs/src/imfs/imfs_load_tar.c
+++ b/cpukit/libfs/src/imfs/imfs_load_tar.c
@@ -106,11 +106,10 @@ int rtems_tarfs_load(
0
);
if (status != 0)
- return -1;
+ return -1;
- if (root_loc.ops != &IMFS_ops
- && root_loc.ops != &fifoIMFS_ops)
- return -1;
+ if (root_loc.ops != &IMFS_ops && root_loc.ops != &fifoIMFS_ops)
+ return -1;
/*
* Create an IMFS node structure pointing to tar image memory.