summaryrefslogtreecommitdiffstats
path: root/src/H5Smpio.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-08-02 17:51:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-08-02 17:51:50 (GMT)
commitdaa96590d313494fa24279e12727c2e9586025a1 (patch)
treedf5b414dff0fbbf0d9615c3cc810f1b240f9f843 /src/H5Smpio.c
parent084ed881372d1e5f04f6f3078ced33503d206392 (diff)
downloadhdf5-daa96590d313494fa24279e12727c2e9586025a1.zip
hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.gz
hdf5-daa96590d313494fa24279e12727c2e9586025a1.tar.bz2
[svn-r8987] Purpose:
Code cleanup Description: Fix another batch of minor differences between the development and release branches. Platforms tested: FreeBSD 4.10 (sleipnir) w/parallel Too minor to require h5committest
Diffstat (limited to 'src/H5Smpio.c')
-rw-r--r--src/H5Smpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Smpio.c b/src/H5Smpio.c
index 6c7ddd1..b04faeb 100644
--- a/src/H5Smpio.c
+++ b/src/H5Smpio.c
@@ -743,5 +743,4 @@ H5S_mpio_opt_possible( const H5F_t *file, const H5S_t *mem_space, const H5S_t *f
done:
FUNC_LEAVE_NOAPI(ret_value);
} /* H5S_mpio_opt_possible() */
-
#endif /* H5_HAVE_PARALLEL */