mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-io/io.c: fix indent
This commit is contained in:
@@ -1791,7 +1791,7 @@ io_gets(mrb_state *mrb, mrb_value io)
|
||||
n = limit;
|
||||
}
|
||||
io_buf_cat(mrb, outbuf, fptr, n);
|
||||
return outbuf;
|
||||
return outbuf;
|
||||
}
|
||||
}
|
||||
if (limit_given) {
|
||||
|
||||
Reference in New Issue
Block a user