Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 19, 2023
1 parent 6cf9505 commit 8c1cdcd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,12 @@ usage(const char *prog)
PRINTVALSTREAM(rawoutstream,
" --vol-info VOL-specific info to pass to the VOL connector used for\n");
PRINTVALSTREAM(rawoutstream, " opening the HDF5 file specified\n");
PRINTVALSTREAM(rawoutstream,
" If none of the above options are used to specify a VOL, then\n");
PRINTVALSTREAM(rawoutstream,
" the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.\n");
PRINTVALSTREAM(
rawoutstream,
" If none of the above options are used to specify a VOL, then\n");
PRINTVALSTREAM(
rawoutstream,
" the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.\n");
PRINTVALSTREAM(rawoutstream,
" --vfd-value Value (ID) of the VFL driver to use for opening the\n");
PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n");
Expand Down

0 comments on commit 8c1cdcd

Please sign in to comment.