From f3a3e694d387204ef890047a11ba71bffdf3e75f Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Thu, 14 Dec 2023 10:44:26 -0600 Subject: [PATCH] fix clang-format error --- tools/src/h5dump/h5dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index a1b4d1b9e45..f35eda15cec 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -332,7 +332,7 @@ usage(const char *prog) PRINTVALSTREAM( rawoutstream, " " - "https://portal.hdfgroup.org/documentation/hdf5-docs/registered_virtual_file_drivers_vfds.html.\n"); + "https://portal.hdfgroup.org/documentation/hdf5-docs/registered_virtual_file_drivers_vfds.html.\n"); PRINTVALSTREAM(rawoutstream, " Without the file driver flag, the file will be opened with each driver in\n"); PRINTVALSTREAM(rawoutstream, " turn and in the order specified above until one driver succeeds\n");