Skip to content

Commit aea7434

Browse files
Committing clang-format changes
1 parent 503d216 commit aea7434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5Cimage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ H5C__reconstruct_cache_entry(const H5F_t *f, H5C_t *cache_ptr, hsize_t *buf_size
25782578
bool file_is_rw;
25792579
const uint8_t *p;
25802580
const uint8_t *p_end = *buf + *buf_size - 1; /* Pointer to last valid byte in buffer */
2581-
H5C_cache_entry_t *ret_value = NULL; /* Return value */
2581+
H5C_cache_entry_t *ret_value = NULL; /* Return value */
25822582

25832583
FUNC_ENTER_PACKAGE
25842584

0 commit comments

Comments
 (0)