Commit 274c99c4 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2268 from yui-knk/replace-tab

Replace tab with spaces.
parents 13db4da2 0c96ba4b
......@@ -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