mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Unify else clause style
This commit is contained in:
@@ -44,7 +44,8 @@ struct RString {
|
||||
#define RSTR_SET_LEN(s, n) do {\
|
||||
if (RSTR_EMBED_P(s)) {\
|
||||
RSTR_SET_EMBED_LEN((s),(n));\
|
||||
} else {\
|
||||
}\
|
||||
else {\
|
||||
s->as.heap.len = (mrb_int)(n);\
|
||||
}\
|
||||
} while (0)
|
||||
|
||||
Reference in New Issue
Block a user