[tor-commits] [tor/master] Fix whitespace issue.

nickm at torproject.org nickm at torproject.org
Tue Aug 8 14:10:58 UTC 2017


commit 77511aed6c0c8cfc16aa4aa47c3c2f4c6efe4dc7
Author: Alexander Færøy <ahf at torproject.org>
Date:   Wed May 17 12:48:16 2017 +0000

    Fix whitespace issue.
    
    See: https://bugs.torproject.org/22286
---
 src/common/compress.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/compress.h b/src/common/compress.h
index 7c0dc1406..59c8b7b9b 100644
--- a/src/common/compress.h
+++ b/src/common/compress.h
@@ -49,7 +49,7 @@ int tor_compress_is_compression_bomb(size_t size_in, size_t size_out);
 
 int tor_compress_supports_method(compress_method_t method);
 unsigned tor_compress_get_supported_method_bitmask(void);
-const char * compression_method_get_name(compress_method_t method);
+const char *compression_method_get_name(compress_method_t method);
 const char *compression_method_get_human_name(compress_method_t method);
 compress_method_t compression_method_get_by_name(const char *name);
 





More information about the tor-commits mailing list