HUGO: Remove extra spaces at end of lines
This commit is contained in:
parent
81a3538706
commit
2ad969bcac
14 changed files with 117 additions and 117 deletions
|
@ -64,8 +64,8 @@ Parser::Parser(HugoEngine *vm) : _vm(vm), _putIndex(0), _getIndex(0), _arrayReqs
|
|||
Parser::~Parser() {
|
||||
}
|
||||
|
||||
uint16 Parser::getCmdDefaultVerbIdx(const uint16 index) const {
|
||||
return _cmdList[index][0].verbIndex;
|
||||
uint16 Parser::getCmdDefaultVerbIdx(const uint16 index) const {
|
||||
return _cmdList[index][0].verbIndex;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue