mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Clang-format touchup
This commit is contained in:
parent
ee60f31602
commit
e2f59af30a
38 changed files with 350 additions and 378 deletions
|
@ -249,7 +249,7 @@ enum lzma_returncode {
|
|||
* Bzip2 return codes
|
||||
*/
|
||||
enum bzip2_returncode {
|
||||
BZIP2_OK = 0, /* Function returned without error */
|
||||
BZIP2_OK = 0, /* Function returned without error */
|
||||
BZIP2_SEQUENCE_ERROR = -1,
|
||||
BZIP2_PARAM_ERROR = -2,
|
||||
BZIP2_MEM_ERROR = -3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue