Clang-format touchup

This commit is contained in:
Micah Snyder 2020-07-24 08:32:47 -07:00
parent ee60f31602
commit e2f59af30a
38 changed files with 350 additions and 378 deletions

View file

@ -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,