aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-05-18 22:15:30 +0200
committerRichard Levitte <levitte@openssl.org>2016-05-18 22:15:30 +0200
commit291a4d91eb9896645475758dee5032351a3f773e (patch)
treed8f841403fd518123ed3e63f4f38f6ec272b28a7
parent6a6eb7a4aa04e46b69be4e5536d2fa0a839b4f0c (diff)
downloadopenssl-291a4d91eb9896645475758dee5032351a3f773e.zip
openssl-291a4d91eb9896645475758dee5032351a3f773e.tar.gz
openssl-291a4d91eb9896645475758dee5032351a3f773e.tar.bz2
Small typo, a tab where there should have been a space
Reviewed-by: Rich Salz <rsalz@openssl.org>
-rw-r--r--util/mkerr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkerr.pl b/util/mkerr.pl
index 36f0640..7d07978 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";
}