mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Replace tab with spaces.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user