diff options
author | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-02 20:52:46 (GMT) |
---|---|---|
committer | github-actions <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-02 20:52:46 (GMT) |
commit | ff024427f8ba18e896bbacbe61aa9b423c666df3 (patch) | |
tree | 604f17d2d1b9833a4019e4075dc55b4a4735c923 | |
parent | 0e3dc9ffedd3ab68f561803dbfb2d7c23210bb91 (diff) | |
download | hdf5-ff024427f8ba18e896bbacbe61aa9b423c666df3.zip hdf5-ff024427f8ba18e896bbacbe61aa9b423c666df3.tar.gz hdf5-ff024427f8ba18e896bbacbe61aa9b423c666df3.tar.bz2 |
Committing clang-format changes
-rw-r--r-- | src/H5Fpkg.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index f8909b3..706e41d 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -668,11 +668,11 @@ H5_DLL void H5F_post_vfd_swmr_log_entry(H5F_t *f, int entry_type_code, char *log /* Macros for VFD SWMR log entry code * Note: this should be consistent with const char *H5Fvfd_swmr_log_tags[] declared at - * H5Fvfd_swmr.c . + * H5Fvfd_swmr.c . */ -#define EOT_PROCESSING_TIME 0 -#define FILE_OPEN 1 -#define FILE_CLOSE 2 -#define EOT_TRIGGER_TIME 3 +#define EOT_PROCESSING_TIME 0 +#define FILE_OPEN 1 +#define FILE_CLOSE 2 +#define EOT_TRIGGER_TIME 3 #define EOT_META_FILE_INDEX 4 #endif /* H5Fpkg_H */ |