mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +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 {
|
||||
int error_code; // Error code (0 for success, non-zero for errors)
|
||||
union {
|
||||
// Add other types as needed
|
||||
// Add other types as needed
|
||||
} value;
|
||||
} Result;
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user