mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-08 20:56:13 +00:00
convert tab to 4 spaces in header files
This commit is contained in:
parent
f3a8ee1ef4
commit
f74c590961
|
@ -151,7 +151,7 @@ extern void hmu_verify(hmu_t *hmu);
|
|||
#define HMU_FC_NORMAL_MAX_SIZE ((HMU_NORMAL_NODE_CNT - 1) << 3)
|
||||
#define HMU_IS_FC_NORMAL(size) ((size) < HMU_FC_NORMAL_MAX_SIZE)
|
||||
#if HMU_FC_NORMAL_MAX_SIZE >= GC_MAX_HEAP_SIZE
|
||||
# error "Too small GC_MAX_HEAP_SIZE"
|
||||
#error "Too small GC_MAX_HEAP_SIZE"
|
||||
#endif
|
||||
|
||||
typedef struct _hmu_normal_node
|
||||
|
|
Loading…
Reference in New Issue
Block a user