[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Wed May 18 20:21:20 UTC 2016


The branch master has been updated
       via  291a4d91eb9896645475758dee5032351a3f773e (commit)
      from  6a6eb7a4aa04e46b69be4e5536d2fa0a839b4f0c (commit)


- Log -----------------------------------------------------------------
commit 291a4d91eb9896645475758dee5032351a3f773e
Author: Richard Levitte <levitte at openssl.org>
Date:   Wed May 18 22:15:30 2016 +0200

    Small typo, a tab where there should have been a space
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 util/mkerr.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the openssl-commits mailing list