Small typo, a tab where there should have been a space

Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
Richard Levitte 2016-05-18 22:15:30 +02:00
parent 6a6eb7a4aa
commit 291a4d91eb

View file

@ -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";
}