From a364592ca0663ccfaa985b3339c7ac899e88cbc2 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 29 Apr 2008 19:51:38 +0000 Subject: [PATCH] make check-spaces wants a newline at the end of tortls svn:r14508 --- src/common/tortls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/tortls.c b/src/common/tortls.c index 33666166b5..dd7b885e2b 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -1357,3 +1357,4 @@ tor_tls_get_buffer_sizes(tor_tls_t *tls, *rbuf_bytes = tls->ssl->s3->rbuf.left; *wbuf_bytes = tls->ssl->s3->wbuf.left; } +