Skip to content

Commit

Permalink
Align w/clang-format's output
Browse files Browse the repository at this point in the history
Signed-off-by: Quincey Koziol <[email protected]>
  • Loading branch information
qkoziol committed May 1, 2024
1 parent ff3de19 commit 66df654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/make_err
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub print_warning ($) {
my $fh = shift;

print $fh "\n/* Generated automatically by bin/make_err -- do not edit */\n";
print $fh "/* Add new errors to H5err.txt file */\n\n";
print $fh "/* Add new errors to H5err.txt file */\n";
}

##############################################################################
Expand Down

0 comments on commit 66df654

Please sign in to comment.