summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2014-05-17 12:54:28 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-05-17 12:54:28 +0900
commit274c99c478bda90e9456d8069c0e7b1d933bf2e4 (patch)
treececb63fc2d2848657babb914b3b4adc60dba22c6 /include
parent13db4da204d2bedec4c0c5de939e662a44d477a6 (diff)
parent0c96ba4bd83544b85aa8f00dc3cd1fd882dfc5d3 (diff)
downloadmruby-274c99c478bda90e9456d8069c0e7b1d933bf2e4.tar.gz
mruby-274c99c478bda90e9456d8069c0e7b1d933bf2e4.zip
Merge pull request #2268 from yui-knk/replace-tab
Replace tab with spaces.
Diffstat (limited to 'include')
-rw-r--r--include/mruby/value.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/mruby/value.h b/include/mruby/value.h
index f6d08f58e..83696715d 100644
--- a/include/mruby/value.h
+++ b/include/mruby/value.h
@@ -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;