Commit 0c96ba4b authored by yui-knk's avatar yui-knk

Replace tab with spaces.

parent 13db4da2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment