mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-08-03 09:46:04 -04:00
deflate_compress: clean up coding style
Use a consistent comment style, consistently limit lines to 80 columns, consistently use a blank line after declarations, and other cleanups.
This commit is contained in:
parent
08692b8696
commit
60f38b4598
File diff suppressed because it is too large
Load Diff
@ -3,8 +3,10 @@
|
|||||||
|
|
||||||
#include "lib_common.h"
|
#include "lib_common.h"
|
||||||
|
|
||||||
/* DEFLATE compression is private to deflate_compress.c, but we do need to be
|
/*
|
||||||
* able to query the compression level for zlib and gzip header generation. */
|
* DEFLATE compression is private to deflate_compress.c, but we do need to be
|
||||||
|
* able to query the compression level for zlib and gzip header generation.
|
||||||
|
*/
|
||||||
|
|
||||||
struct libdeflate_compressor;
|
struct libdeflate_compressor;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user