Skip to content

Commit

Permalink
Fix formatting introduced in PR suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
drreynolds committed Oct 4, 2024
1 parent c445608 commit a017c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arkode/arkode_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1963,7 +1963,7 @@ int ARKodeSetAccumulatedErrorType(void* arkode_mem, ARKAccumError accum_type)
{
int retval = ARKodeResetAccumulatedError(arkode_mem);
if (retval != ARK_SUCCESS) { return retval; }
((ARKodeMem) arkode_mem)->AccumErrorType = accum_type;
((ARKodeMem)arkode_mem)->AccumErrorType = accum_type;
return (ARK_SUCCESS);
}

Expand Down

0 comments on commit a017c07

Please sign in to comment.