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 Dec 23, 2023
1 parent 58d58ac commit 417ff5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/lib/h5tools.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
* Use the values in this module for command line options.
*/


/*
* Purpose: Support functions for the various tools.
*/
Expand Down Expand Up @@ -596,10 +595,10 @@ typedef enum {
PASS_THROUGH_VOL_IDX,
} vol_idx;

/**
/**
\ingroup h5tools
This enum should match the entries in the 'drivernames'
array since they are indices into that array.
array since they are indices into that array.
*/
typedef enum {
SEC2_VFD_IDX = 0,
Expand Down

0 comments on commit 417ff5a

Please sign in to comment.