From 96db001138422fe511d9589109a0a01f3b7b3258 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:34:08 +0000 Subject: [PATCH] Committing clang-format changes --- tools/src/h5dump/h5dump.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/src/h5dump/h5dump.c b/tools/src/h5dump/h5dump.c index 265401afa46..b895e18cfe9 100644 --- a/tools/src/h5dump/h5dump.c +++ b/tools/src/h5dump/h5dump.c @@ -354,11 +354,13 @@ usage(const char *prog) " (Alternate compact form of subsetting is described in the Reference Manual)\n"); PRINTVALSTREAM(rawoutstream, "\n"); PRINTVALSTREAM(rawoutstream, "--------------- Option Argument Conventions ---------------\n"); - PRINTVALSTREAM(rawoutstream, " D - is the file driver to use in opening the file. Acceptable values are\n"); + PRINTVALSTREAM(rawoutstream, + " D - is the file driver to use in opening the file. Acceptable values are\n"); PRINTVALSTREAM( rawoutstream, " \"sec2\", \"family\", \"split\", \"multi\", \"direct\", \"stream\", and \"subfiling\".\n"); - PRINTVALSTREAM(rawoutstream, " Without the file driver flag, the file will be opened with each driver in\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"); PRINTVALSTREAM(rawoutstream, " in opening the file.\n"); PRINTVALSTREAM(rawoutstream,