part 2: Fix indentation to include break after function return type

This commit is contained in:
siery
2024-10-17 22:26:20 +02:00
parent 7d694df717
commit 1a426e245f
+2 -1
View File
@@ -321,7 +321,8 @@ struct RCptr {
* Takes a float and boxes it into an mrb_value
*/
#ifndef MRB_NO_FLOAT
MRB_INLINE mrb_value mrb_float_value(struct mrb_state *mrb, mrb_float f)
MRB_INLINE mrb_value
mrb_float_value(struct mrb_state *mrb, mrb_float f)
{
mrb_value v;
(void) mrb;