mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-03 08:40:59 +00:00
Remove trailing whitespaces
svn-id: r21362
This commit is contained in:
parent
30c7070564
commit
0b0ea17e3c
@ -205,8 +205,8 @@ void Eval::getToken() {
|
||||
|
||||
if (!_tokenType && isdelim(_input[_pos])) {
|
||||
*temp++ = _input[_pos++];
|
||||
*temp = 0;
|
||||
_tokenType = tDelimiter;
|
||||
*temp = 0;
|
||||
_tokenType = tDelimiter;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user