diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-27 21:52:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-08-27 21:52:15 (GMT) |
commit | c2ce904d5d2d1e6d00798a8516135e0867a761c4 (patch) | |
tree | 2a0300c1de39d6e2a78bc458bcf5ad3cac3f2020 /src/H5Pdcpl.c | |
parent | c365b9a59fb706f1943edf851586bb6f67688368 (diff) | |
download | hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.zip hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.tar.gz hdf5-c2ce904d5d2d1e6d00798a8516135e0867a761c4.tar.bz2 |
[svn-r27598] Description:
Check in misc. minor code cleanups, found during code review
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r-- | src/H5Pdcpl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c index 16577e7..69645a4 100644 --- a/src/H5Pdcpl.c +++ b/src/H5Pdcpl.c @@ -1478,8 +1478,7 @@ done: * * Purpose: Set the default layout information for the various types of * dataset layouts - - + * * Return: Non-negative on success/Negative on failure * * Programmer: Quincey Koziol |