mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fix spaces in the type cast expressions (cosmetic changes)
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ mrb_debug_info_alloc(mrb_state *mrb, mrb_irep *irep)
|
||||
mrb_irep_debug_info *ret;
|
||||
|
||||
mrb_assert(!irep->debug_info);
|
||||
ret = (mrb_irep_debug_info *)mrb_malloc(mrb, sizeof(*ret));
|
||||
ret = (mrb_irep_debug_info*)mrb_malloc(mrb, sizeof(*ret));
|
||||
*ret = initial;
|
||||
irep->debug_info = ret;
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user