diff options
| author | Tatsuhiko Kubo <[email protected]> | 2014-08-20 12:07:36 +0900 |
|---|---|---|
| committer | Tatsuhiko Kubo <[email protected]> | 2014-08-20 12:07:36 +0900 |
| commit | 2b283393c62649216ec2c9df18e8902c903f1dbe (patch) | |
| tree | 9f16cf67efee1361d7a7f677b513504eb6d30aec /src | |
| parent | f6f31a8ecd7e8f9f9830f050842e11d2aaef94a1 (diff) | |
| download | mruby-2b283393c62649216ec2c9df18e8902c903f1dbe.tar.gz mruby-2b283393c62649216ec2c9df18e8902c903f1dbe.zip | |
Remove empty lines.
Diffstat (limited to 'src')
| -rw-r--r-- | src/class.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
