Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Dec 8, 2024
1 parent 1a28272 commit c183494
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/make_vers
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ sub print_checkoptions ($) {
# Print the #ifdef
print $fh "#if (";
for my $i (0 .. $#versions - 1) {

print $fh "defined(H5_USE_", $versions[$i], "_API)";

# -2 because we're ignoring the last version in the loop, and the
Expand Down

0 comments on commit c183494

Please sign in to comment.