diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2fce764173..3dad140228 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-07-26 Joel Sherrill + + * libfs/src/imfs/imfs_load_tar.c: Formatting. + 2010-07-26 Joel Sherrill * sapi/include/confdefs.h: Do not cover up user configuation mistakes 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.