diff options
| author | Tatsuhiko Kubo <[email protected]> | 2014-08-25 16:49:15 +0900 |
|---|---|---|
| committer | Tatsuhiko Kubo <[email protected]> | 2014-08-25 16:49:15 +0900 |
| commit | 6961317fb3b4fa30cdb591f568777101720bdb41 (patch) | |
| tree | 9352fdb09663ce1a7df232ffb78c0749f513028d /src/parse.y | |
| parent | b01b3c44728f66e0db1a9ab66fca7f6e8213f5e5 (diff) | |
| download | mruby-6961317fb3b4fa30cdb591f568777101720bdb41.tar.gz mruby-6961317fb3b4fa30cdb591f568777101720bdb41.zip | |
Remove spaces in end-of-line.
Diffstat (limited to 'src/parse.y')
| -rw-r--r-- | src/parse.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y index 03333e808..832689bae 100644 --- a/src/parse.y +++ b/src/parse.y @@ -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 |
