You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/10/22 07:25:02 UTC

svn commit: r1633530 - /httpd/httpd/trunk/modules/ssl/ssl_engine_io.c

Author: jailletc36
Date: Wed Oct 22 05:25:02 2014
New Revision: 1633530

URL: http://svn.apache.org/r1633530
Log:
tab vs space

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_engine_io.c

Modified: httpd/httpd/trunk/modules/ssl/ssl_engine_io.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_io.c?rev=1633530&r1=1633529&r2=1633530&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_engine_io.c (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_engine_io.c Wed Oct 22 05:25:02 2014
@@ -1150,7 +1150,7 @@ static apr_status_t ssl_io_filter_handsh
                               "request to '%s'", hostname_note);
                 ssl_log_ssl_error(SSLLOG_MARK, APLOG_WARNING, server);
             }
-	}
+        }
 #endif
 
         if ((n = SSL_connect(filter_ctx->pssl)) <= 0) {