[voltLib] Fix indentation

This commit is contained in:
moyogo 2015-10-06 15:15:25 +01:00
parent 0f399e3e8d
commit a34de5ac00

View File

@ -253,7 +253,7 @@ class Parser(object):
if self.cur_token_type_ is Lexer.NAME and self.cur_token_ == keyword:
return self.cur_token_
raise VoltLibError("Expected \"%s\"" % keyword,
self.cur_token_location_)
self.cur_token_location_)
def expect_name_(self):
self.advance_lexer_()