Commit a71bf5e3 authored by Ryan Scott's avatar Ryan Scott

Change in formatting for os_count_objects to be consistent with other functions.

parent 279fce05
......@@ -1161,7 +1161,8 @@ gc_generational_mode_set(mrb_state *mrb, mrb_value self)
*
*/
mrb_value os_count_objects(mrb_state *mrb, mrb_value self)
mrb_value
os_count_objects(mrb_state *mrb, mrb_value self)
{
size_t counts[MRB_TT_MAXDEFINE+1];
size_t freed = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment