summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
diff options
context:
space:
mode:
authoryui-knk <[email protected]>2014-05-31 14:10:30 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2014-06-03 16:29:42 +0900
commit490d946bca9f93378bad111c958ba3bed635ad05 (patch)
tree40dc562a3cd149c70f38fc46f871eb27a0461beb /src/parse.y
parent35d4137da1cc82fc3a6ba2787d954c89740d661c (diff)
downloadmruby-490d946bca9f93378bad111c958ba3bed635ad05.tar.gz
mruby-490d946bca9f93378bad111c958ba3bed635ad05.zip
Remove space.
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index c6795fb65..719e78218 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -5856,7 +5856,7 @@ mrb_parser_dump(mrb_state *mrb, node *tree, int offset)
{
node *n2 = tree->car;
- if (n2 && (n2->car || n2->cdr)) {
+ if (n2 && (n2->car || n2->cdr)) {
dump_prefix(offset+1);
printf("local variables:\n");
dump_prefix(offset+2);