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 Mar 16, 2024
1 parent f0061ce commit ba6e4b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/H5FDsubfiling/H5subfiling_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ H5_free_subfiling_object(int64_t object_id)
sf_topology_cache_num_entries--;
}
else
H5_SUBFILING_GOTO_ERROR(H5E_VFL, H5E_BADVALUE, FAIL, "couldn't free subfiling object - invalid object type");
H5_SUBFILING_GOTO_ERROR(H5E_VFL, H5E_BADVALUE, FAIL,
"couldn't free subfiling object - invalid object type");

done:
H5_SUBFILING_FUNC_LEAVE;
Expand Down

0 comments on commit ba6e4b4

Please sign in to comment.