From: Richard Levitte Date: Wed, 18 May 2016 20:15:30 +0000 (+0200) Subject: Small typo, a tab where there should have been a space X-Git-Tag: OpenSSL_1_1_0-pre6~776 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=291a4d91eb9896645475758dee5032351a3f773e;p=oweals%2Fopenssl.git Small typo, a tab where there should have been a space Reviewed-by: Rich Salz --- 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"; }