Replace tab with spaces.

This commit is contained in:
yui-knk
2014-05-17 00:49:08 +09:00
parent 13db4da204
commit 0c96ba4bd8
+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;