[voltLib] Fix indentation
This commit is contained in:
parent
0f399e3e8d
commit
a34de5ac00
@ -253,7 +253,7 @@ class Parser(object):
|
|||||||
if self.cur_token_type_ is Lexer.NAME and self.cur_token_ == keyword:
|
if self.cur_token_type_ is Lexer.NAME and self.cur_token_ == keyword:
|
||||||
return self.cur_token_
|
return self.cur_token_
|
||||||
raise VoltLibError("Expected \"%s\"" % keyword,
|
raise VoltLibError("Expected \"%s\"" % keyword,
|
||||||
self.cur_token_location_)
|
self.cur_token_location_)
|
||||||
|
|
||||||
def expect_name_(self):
|
def expect_name_(self):
|
||||||
self.advance_lexer_()
|
self.advance_lexer_()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user