From 0c96ba4bd83544b85aa8f00dc3cd1fd882dfc5d3 Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 17 May 2014 00:49:08 +0900 Subject: Replace tab with spaces. --- include/mruby/value.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'include') 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; -- cgit v1.2.3