diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-01 13:20:21 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-01 13:20:21 +0900 |
| commit | 0b7b3f9d7fe7402cb09d83ceac59905d11d4d956 (patch) | |
| tree | 34765cf385c797fdc20f4ea2c999e62c1f458dff /src/variable.c | |
| parent | da9b9c549ac35d82ce06a53c9cc6d9524e19f419 (diff) | |
| download | mruby-0b7b3f9d7fe7402cb09d83ceac59905d11d4d956.tar.gz mruby-0b7b3f9d7fe7402cb09d83ceac59905d11d4d956.zip | |
Move the place of a curly bracket. This is just a cosmetic change.
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/variable.c b/src/variable.c index a2dca3cc6..5f657e3d7 100644 --- a/src/variable.c +++ b/src/variable.c @@ -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; |
