summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/mruby/value.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index f6d08f58e..83696715d 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -153,12 +153,12 @@ typedef struct mrb_value {
union {
void *p;
struct {
- MRB_ENDIAN_LOHI(
- uint32_t ttt;
+ MRB_ENDIAN_LOHI(
+ uint32_t ttt;
,union {
- mrb_int i;
- mrb_sym sym;
- };
+ mrb_int i;
+ mrb_sym sym;
+ };
)
};
} value;