mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove spaces in end-of-line.
This commit is contained in:
+1
-1
@@ -253,7 +253,7 @@ local_var_p(parser_state *p, mrb_sym sym)
|
||||
static void
|
||||
local_add_f(parser_state *p, mrb_sym sym)
|
||||
{
|
||||
p->locals->car = push(p->locals->car, nsym(sym));
|
||||
p->locals->car = push(p->locals->car, nsym(sym));
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user