Skip to content

Commit

Permalink
Align source in src/H5detect.c with clang-format, clang version 10.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Mar 2, 2021
1 parent 0d6f392 commit b403544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5detect.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@ precision(detected_t *d)
HDmemcpy(_buf + align_g[_ano] + (INFO.offset / 8), ((char *)&_val) + (INFO.offset / 8), \
(size_t)(INFO.precision / 8)); \
_val2 = *((TYPE *)(_buf + align_g[_ano])); \
H5_GCC_CLANG_DIAG_OFF("float-equal") \
H5_GCC_CLANG_DIAG_OFF("float-equal") \
if (_val != _val2) \
H5LONGJMP(jbuf_g, 1); \
H5_GCC_CLANG_DIAG_ON("float-equal") \
H5_GCC_CLANG_DIAG_ON("float-equal") \
/* End Cray Check */ \
(INFO.align) = align_g[_ano]; \
} \
Expand Down

0 comments on commit b403544

Please sign in to comment.