Small typo, a tab where there should have been a space
authorRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 20:15:30 +0000 (22:15 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 18 May 2016 20:15:30 +0000 (22:15 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mkerr.pl

index 36f06405116a668c91c1add4738a7f43d5f7f96b..7d0797859fc997b12ed4ace583f2fd38e8b42d8b 100644 (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";
            }