Skip to content

Commit

Permalink
Fix weird H5M formatter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dana Robinson committed Jan 14, 2025
1 parent 3470f58 commit 574d12d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/H5Mpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
#define H5VL_MAP_OPEN 2 /**< Callback operation ID for map open \since 1.12.0 */
#define H5VL_MAP_GET_VAL \
3 /**< Callback operation ID for getting an associated value from a map \since 1.12.0 */
#define H5VL_MAP_EXISTS 4 /**< Callback operation ID for checking if a value exists in a map \since 1.12.0 \
#define H5VL_MAP_EXISTS \
4 /**< Callback operation ID for checking if a value exists in a map \since 1.12.0 \
*/
#define H5VL_MAP_PUT 5 /**< Callback operation ID for putting a key-value pair to a map \since 1.12.0 */
#define H5VL_MAP_GET 6 /**< Callback operation ID for map get callback \since 1.12.0 */
Expand Down

0 comments on commit 574d12d

Please sign in to comment.