diff options
author | June McEnroe <june@causal.agency> | 2018-11-10 02:25:44 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-11-10 02:25:44 -0500 |
commit | b9ac9cd5daabdc8df4e178a35fa8505c20a2f898 (patch) | |
tree | b3f0c9c963b83d9afea60128d4eb36980a64cc56 | |
parent | Add deflateInit2.3 (diff) | |
download | zlib-man-pages-b9ac9cd5daabdc8df4e178a35fa8505c20a2f898.tar.gz zlib-man-pages-b9ac9cd5daabdc8df4e178a35fa8505c20a2f898.zip |
Remove trailing whitespace
-rw-r--r-- | deflate.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deflate.3 b/deflate.3 index 0dcd28a..96b2921 100644 --- a/deflate.3 +++ b/deflate.3 @@ -33,18 +33,18 @@ typedef struct z_stream_s { z_const Bytef *next_in; uInt avail_in; uLong total_in; - + Bytef *next_out; uInt avail_out; uLong total_out; - + z_const char *msg; struct internal_state FAR *state; - + alloc_func zalloc; free_func zfree; voidpf opaque; - + int data_type; uLong adler; uLong reserved; |