From 291a4d91eb9896645475758dee5032351a3f773e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 18 May 2016 22:15:30 +0200 Subject: [PATCH] Small typo, a tab where there should have been a space Reviewed-by: Rich Salz --- util/mkerr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mkerr.pl b/util/mkerr.pl index 36f0640511..7d0797859f 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -517,7 +517,7 @@ EOF EOF do { if ($cplusplus == $cpp) { - print OUT "#", " "x$cpp, "ifdef __cplusplus\n"; + print OUT "#", " "x$cpp, "ifdef __cplusplus\n"; print OUT "}\n"; print OUT "#", " "x$cpp, "endif\n"; } -- 2.25.1