mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-19 21:09:41 +00:00
Small typo, a tab where there should have been a space
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
6a6eb7a4aa
commit
291a4d91eb
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user