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 Jan 8, 2025
1 parent b6bf81a commit da8b33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/src/H5DataType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,7 @@ DataType::close()
if (encoded_buf != NULL) {
delete[] encoded_buf;
encoded_buf = NULL;
buf_size = 0;
buf_size = 0;
}
}
}
Expand Down

0 comments on commit da8b33f

Please sign in to comment.