diff options
| author | yui-knk <[email protected]> | 2014-05-17 00:49:08 +0900 |
|---|---|---|
| committer | yui-knk <[email protected]> | 2014-05-17 00:49:08 +0900 |
| commit | 0c96ba4bd83544b85aa8f00dc3cd1fd882dfc5d3 (patch) | |
| tree | cecb63fc2d2848657babb914b3b4adc60dba22c6 | |
| parent | 13db4da204d2bedec4c0c5de939e662a44d477a6 (diff) | |
| download | mruby-0c96ba4bd83544b85aa8f00dc3cd1fd882dfc5d3.tar.gz mruby-0c96ba4bd83544b85aa8f00dc3cd1fd882dfc5d3.zip | |
Replace tab with spaces.
| -rw-r--r-- | include/mruby/value.h | 10 |
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; |
