From 69921837a743d551576b3b157657623a0bb96308 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 11 Oct 2011 11:30:01 -0400 Subject: Fix a bunch of whitespace errors --- src/common/tortls.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/tortls.h b/src/common/tortls.h index 90e76e4a9..d0a13cd80 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -111,7 +111,8 @@ struct bufferevent *tor_tls_init_bufferevent(tor_tls_t *tls, #endif void tor_cert_free(tor_cert_t *cert); -tor_cert_t *tor_cert_decode(const uint8_t *certificate, size_t certificate_len); +tor_cert_t *tor_cert_decode(const uint8_t *certificate, + size_t certificate_len); void tor_cert_get_der(const tor_cert_t *cert, const uint8_t **encoded_out, size_t *size_out); const digests_t *tor_cert_get_id_digests(const tor_cert_t *cert); -- cgit v1.2.3