Commit 15ab1b7a authored by yui-knk's avatar yui-knk

Fix indent.

parent a22495df
......@@ -2875,15 +2875,15 @@ var_ref : variable
| keyword_self
{
$$ = new_self(p);
}
}
| keyword_true
{
$$ = new_true(p);
}
}
| keyword_false
{
$$ = new_false(p);
}
}
| keyword__FILE__
{
if (!p->filename) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment