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 Dec 16, 2024
1 parent d6c62b9 commit f5d0281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest_vol_dataset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ RV_dataset_write(size_t count, void *dset[], hid_t mem_type_id[], hid_t _mem_spa

#ifdef RV_CONNECTOR_DEBUG
printf("-> Base64-encoded data buffer for dataset %zu: %s\n\n", i,
(char *) transfer_info[i].u.write_info.base64_encoded_values);
(char *)transfer_info[i].u.write_info.base64_encoded_values);
#endif
/* Copy encoded values into format string */
write_body_len = (strlen(fmt_string) - 4) + selection_body_len + value_body_len;
Expand Down

0 comments on commit f5d0281

Please sign in to comment.