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 Aug 22, 2024
1 parent 752ac54 commit bd67248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions h5bench_patterns/h5bench_read.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ get_filter_info(hid_t dset_id)
if (MY_RANK == 0) {
printf(" Compression filter used to decompress: %s\n", FILTER_INFO.name);
printf(" Filter ID: %d\n", FILTER_INFO.filter_id);
//printf(" Number of compression filter parameters: %ld\n", *FILTER_INFO.cd_nelmts);
//for (int i = 0; i < *(FILTER_INFO.cd_nelmts); ++i) {
// printf(" Number of compression filter parameters: %ld\n", *FILTER_INFO.cd_nelmts);
// for (int i = 0; i < *(FILTER_INFO.cd_nelmts); ++i) {
// printf(" Compression parameter %d: %lu\n", i, FILTER_INFO.cd_values[i]);
//}
}
Expand Down Expand Up @@ -894,9 +894,9 @@ main(int argc, char *argv[])
if (FILTER_INFO.USE_COMPRESS) {
fprintf(params.csv_fs, "compression filter name, %s\n", FILTER_INFO.name);
fprintf(params.csv_fs, "filter ID, %d\n", FILTER_INFO.filter_id);
//fprintf(params.csv_fs, "number of compression filter parameters, %ld\n",
// fprintf(params.csv_fs, "number of compression filter parameters, %ld\n",
// *FILTER_INFO.cd_nelmts);
//for (int i = 0; i < *(FILTER_INFO.cd_nelmts); ++i) {
// for (int i = 0; i < *(FILTER_INFO.cd_nelmts); ++i) {
// fprintf(params.csv_fs, "compression parameter %d, %lu\n", i, FILTER_INFO.cd_values[i]);
//}
}
Expand Down

0 comments on commit bd67248

Please sign in to comment.