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

Replace tab with spaces.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-05-17 12:54:28 +09:00
+5 -5
View File
@@ -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;