mirror of
				https://github.com/eledio-devices/thirdparty-miniz.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	Rerun clang-format
This commit is contained in:
		| @@ -23,14 +23,13 @@ | ||||
|  * THE SOFTWARE. | ||||
|  * | ||||
|  **************************************************************************/ | ||||
|   | ||||
|  | ||||
| #include "miniz_tinfl.h" | ||||
|  | ||||
| #ifdef __cplusplus | ||||
| extern "C" { | ||||
| #endif | ||||
|  | ||||
|  | ||||
| /* ------------------- Low-level Decompression (completely independent from all compression API's) */ | ||||
|  | ||||
| #define TINFL_MEMCPY(d, s, l) memcpy(d, s, l) | ||||
| @@ -46,7 +45,8 @@ extern "C" { | ||||
|         status = result;                     \ | ||||
|         r->m_state = state_index;            \ | ||||
|         goto common_exit;                    \ | ||||
|         case state_index:;                   \ | ||||
|         case state_index:                    \ | ||||
|             ;                                \ | ||||
|     }                                        \ | ||||
|     MZ_MACRO_END | ||||
| #define TINFL_CR_RETURN_FOREVER(state_index, result) \ | ||||
| @@ -732,4 +732,3 @@ void tinfl_decompressor_free(tinfl_decompressor *pDecomp) | ||||
| #ifdef __cplusplus | ||||
| } | ||||
| #endif | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user