mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix indent.
This commit is contained in:
committed by
Yukihiro "Matz" Matsumoto
parent
4039355fd8
commit
b56a47cc38
+3
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user