Skip to content

Commit

Permalink
format indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Dec 22, 2023
1 parent d4bb06e commit ec7e660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C/H5G/h5ex_g_traverse.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ op_func(hid_t loc_id, const char *name, const H5L_info_t *info, void *operator_d
(void *)&nextod, H5P_DEFAULT);
#else
nextod.addr = infobuf.addr;
return_val = H5Literate_by_name(loc_id, name, H5_INDEX_NAME, H5_ITER_NATIVE, NULL, op_func,
(void *)&nextod, H5P_DEFAULT);
return_val = H5Literate_by_name(loc_id, name, H5_INDEX_NAME, H5_ITER_NATIVE, NULL, op_func,
(void *)&nextod, H5P_DEFAULT);
#endif
}
printf("%*s}\n", spaces, "");
Expand Down

0 comments on commit ec7e660

Please sign in to comment.