diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-05-17 12:48:16 +0000 |
---|---|---|
committer | Alexander Færøy <ahf@torproject.org> | 2017-05-17 13:23:46 +0000 |
commit | 77511aed6c0c8cfc16aa4aa47c3c2f4c6efe4dc7 (patch) | |
tree | ed89d3da04775f11f342c69c81a135bd991248bf /src/common/compress.h | |
parent | d74467e8583b8ff50417b84994c7a87250aef771 (diff) | |
download | tor-77511aed6c0c8cfc16aa4aa47c3c2f4c6efe4dc7.tar.gz tor-77511aed6c0c8cfc16aa4aa47c3c2f4c6efe4dc7.zip |
Fix whitespace issue.
See: https://bugs.torproject.org/22286
Diffstat (limited to 'src/common/compress.h')
-rw-r--r-- | src/common/compress.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compress.h b/src/common/compress.h index 7c0dc14061..59c8b7b9b5 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); |