mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Fix some missed stuff that clang-format missed.
This commit is contained in:
		| @@ -108,7 +108,8 @@ enum | ||||
| #endif | ||||
|  | ||||
| // The low-level tdefl functions below may be used directly if the above helper functions aren't flexible enough. The low-level functions don't make any heap allocations, unlike the above helper functions. | ||||
| typedef enum { | ||||
| typedef enum | ||||
| { | ||||
|     TDEFL_STATUS_BAD_PARAM = -2, | ||||
|     TDEFL_STATUS_PUT_BUF_FAILED = -1, | ||||
|     TDEFL_STATUS_OKAY = 0, | ||||
| @@ -116,7 +117,8 @@ typedef enum { | ||||
| } tdefl_status; | ||||
|  | ||||
| // Must map to MZ_NO_FLUSH, MZ_SYNC_FLUSH, etc. enums | ||||
| typedef enum { | ||||
| typedef enum | ||||
| { | ||||
|     TDEFL_NO_FLUSH = 0, | ||||
|     TDEFL_SYNC_FLUSH = 2, | ||||
|     TDEFL_FULL_FLUSH = 3, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user