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

This commit is contained in:
Ryan Scott
2013-05-12 19:51:51 +10:00
parent 279fce05ae
commit a71bf5e3df
+2 -1
View File
@@ -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;