From 2b283393c62649216ec2c9df18e8902c903f1dbe Mon Sep 17 00:00:00 2001 From: Tatsuhiko Kubo Date: Wed, 20 Aug 2014 12:07:36 +0900 Subject: Remove empty lines. --- src/class.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/class.c') diff --git a/src/class.c b/src/class.c index 2fa02fa87..37ac751a7 100644 --- a/src/class.c +++ b/src/class.c @@ -1944,7 +1944,7 @@ mrb_mod_module_function(mrb_state *mrb, mrb_value mod) int ai; mrb_check_type(mrb, mod, MRB_TT_MODULE); - + mrb_get_args(mrb, "*", &argv, &argc); if(argc == 0) { /* set MODFUNC SCOPE if implemented */ -- cgit v1.2.3