Move the place of a curly bracket. This is just a cosmetic change.

This commit is contained in:
Masaki Muranaka
2013-03-01 13:20:21 +09:00
parent da9b9c549a
commit 0b7b3f9d7f
+1 -2
View File
@@ -20,8 +20,7 @@ typedef int (iv_foreach_func)(mrb_state*,mrb_sym,mrb_value,void*);
#define MRB_SEGMENT_SIZE 4
#endif
typedef struct segment
{
typedef struct segment {
mrb_sym key[MRB_SEGMENT_SIZE];
mrb_value val[MRB_SEGMENT_SIZE];
struct segment *next;