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 { ...@@ -153,12 +153,12 @@ typedef struct mrb_value {
union { union {
void *p; void *p;
struct { struct {
MRB_ENDIAN_LOHI( MRB_ENDIAN_LOHI(
uint32_t ttt; uint32_t ttt;
,union { ,union {
mrb_int i; mrb_int i;
mrb_sym sym; mrb_sym sym;
}; };
) )
}; };
} value; } 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