Fixed spaces in ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 1708dd3..2cbe646 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,11 +38,11 @@
    * ssl_cache was creating entries when max_entries=0 if TIMING_C was enabled.
    * m_sleep() was sleeping twice too long on most Unix platforms.
    * Fixed bug with session tickets and non-blocking I/O in the unlikely case
-   send() would return an EAGAIN error when sending the ticket.
+     send() would return an EAGAIN error when sending the ticket.
    * ssl_cache was leaking memory when reusing a timed out entry containing a
-   client certificate.
+     client certificate.
    * ssl_srv was leaking memory when client presented a timed out ticket
-   containing a client certificate
+     containing a client certificate
    * ssl_init() was leaving a dirty pointer in ssl_context if malloc of
      out_ctr failed