From 66df654c0706df109810a2b9df3801d4972106e7 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 1 May 2024 12:45:30 -0500 Subject: [PATCH] Align w/clang-format's output Signed-off-by: Quincey Koziol --- bin/make_err | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make_err b/bin/make_err index f646e107f65..0540f3e6b23 100755 --- a/bin/make_err +++ b/bin/make_err @@ -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"; } ##############################################################################