HUGO: Remove extra spaces at end of lines

This commit is contained in:
strangerke 2011-02-18 22:43:38 +01:00
parent 81a3538706
commit 2ad969bcac
14 changed files with 117 additions and 117 deletions

View file

@ -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;
}
/**