Remove trailing whitespace.

This commit is contained in:
Markus F.X.J. Oberhumer 2016-03-06 15:48:37 +01:00
parent b115b84dd1
commit 8dfee6dedd
2 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ SQInteger SQLexer::ReadString(SQInteger ndelim,bool verbatim)
APPEND_CHAR((SQChar)scstrtoul(temp, &stemp, 16));
}
break;
case _SC('U'):
case _SC('U'):
case _SC('u'): {
const SQInteger maxdigits = x == 'u' ? 4 : 8;
SQChar temp[8 + 1];

View File

@ -30,7 +30,7 @@ private:
#endif
#else
SQInteger AddUTF8(SQUnsignedInteger ch);
#endif
#endif
SQInteger ProcessStringHexEscape(SQChar *dest, SQInteger maxdigits);
SQInteger _curtoken;
SQTable *_keywords;