summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2018-01-31 20:30:02 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2018-01-31 20:30:02 (GMT)
commit45aabcc9513c3d09f15293ed37ed92763910cb0d (patch)
treec262d48cf0fdd06fa61232fa213f9916cb2b566f /tools
parentedb6fd0cf9170b0cd10ca47a858912022ac44c34 (diff)
parent99c4d23c6c37a05c51100202ace50451fc13f1a8 (diff)
downloadhdf5-45aabcc9513c3d09f15293ed37ed92763910cb0d.zip
hdf5-45aabcc9513c3d09f15293ed37ed92763910cb0d.tar.gz
hdf5-45aabcc9513c3d09f15293ed37ed92763910cb0d.tar.bz2
Merge pull request #882 in HDFFV/hdf5 from hdf5_1_10_merge to hdf5_1_10
* commit '99c4d23c6c37a05c51100202ace50451fc13f1a8': (43 commits) fixed develop to 1.10 issues Increase maximum number of retries to 30 for h5watch tests. Update reference files for CMake options Fix windows compile errors abstract out common settings Fix case of command Fix missing ext libs references HDFFV-10396 typo fix HDFFV-10396 Add note HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function HDFFV-10385 some platforms need this var HDFFV-10385 test OUTPUT_NAME var for mac HDFFV-10385 Correct name of var HDFFV-10385 rename vars and macros HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usage HDFFV-10393 fix incorrect search for name in h5repack object table HDFFV-10392 change size of local array to 16 chars HDFFV-10385 rework java names HDFFV-10385 Use OUTPUT_NAME property instead of CMAKE_BUILD_TYPE Revert CMAKE_BUILD_TYPE for matches - need to redesign Fix fortran cmake variable usage ...
Diffstat (limited to 'tools')
-rw-r--r--tools/src/h5repack/h5repack_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack_parse.c b/tools/src/h5repack/h5repack_parse.c
index f646ee7..03fcf0e 100644
--- a/tools/src/h5repack/h5repack_parse.c
+++ b/tools/src/h5repack/h5repack_parse.c
@@ -462,7 +462,7 @@ obj_list_t* parse_filter(const char *str, unsigned *n_objs, filter_info_t *filt,
return obj_list;
}
-
+
/*-------------------------------------------------------------------------
* Function: parse_layout
*