mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 10:00:59 +00:00
fix: correct indentation in RESULT_STRUCT_TEMPLATE for clarity
This commit is contained in:
parent
39e8343152
commit
be4dc9fcf9
|
|
@ -52,7 +52,7 @@ RESULT_STRUCT_TEMPLATE = """
|
||||||
typedef struct {
|
typedef struct {
|
||||||
int error_code; // Error code (0 for success, non-zero for errors)
|
int error_code; // Error code (0 for success, non-zero for errors)
|
||||||
union {
|
union {
|
||||||
// Add other types as needed
|
// Add other types as needed
|
||||||
} value;
|
} value;
|
||||||
} Result;
|
} Result;
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user