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 Nov 6, 2023
1 parent 6dfa66a commit 93b820f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/H5ESpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
* Asynchronous operation status
*/
typedef enum H5ES_status_t {
H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
H5ES_STATUS_FAIL /**< An operation has completed, but failed */
H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
H5ES_STATUS_IN_PROGRESS, /**< Operation(s) have not yet completed */
H5ES_STATUS_SUCCEED, /**< Operation(s) have completed, successfully */
H5ES_STATUS_FAIL /**< An operation has completed, but failed */
H5ES_STATUS_CANCELED, /**< Operation(s) has been canceled */
} H5ES_status_t;

/********************/
Expand Down

0 comments on commit 93b820f

Please sign in to comment.