diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-10-05 20:39:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-10-05 20:39:48 (GMT) |
commit | ad5710ef668322c241df1442c335bfc7f09b5184 (patch) | |
tree | 68ffb8ccae43127726e3a28a2b1a7a713755e0a3 /src/H5Fquery.c | |
parent | 0736dcbfafa4c69625dfb2d3363443e223b844b2 (diff) | |
download | hdf5-ad5710ef668322c241df1442c335bfc7f09b5184.zip hdf5-ad5710ef668322c241df1442c335bfc7f09b5184.tar.gz hdf5-ad5710ef668322c241df1442c335bfc7f09b5184.tar.bz2 |
h5repacktest VFD fix and formatting changes
Diffstat (limited to 'src/H5Fquery.c')
-rw-r--r-- | src/H5Fquery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 580c5fa..7609ea4 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -200,8 +200,8 @@ H5F_get_actual_name(const H5F_t *f) * Function: H5F_get_extpath * * Purpose: Retrieve the file's 'extpath' flags - * This is used by H5L_extern_traverse() and H5D_build_file_prefix() to retrieve the main file's - *location when searching the target file. + * This is used by H5L_extern_traverse() and H5D_build_file_prefix() + * to retrieve the main file's location when searching the target file. * * Return: 'extpath' on success/abort on failure (shouldn't fail) *------------------------------------------------------------------------- |