Remove trailing spaces
This commit is contained in:
parent
5dd4036ed0
commit
0f0983c065
|
|
@ -2265,7 +2265,6 @@ int GetCodepoint(const char *text, int *codepointSize)
|
||||||
0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
|
0001 0000-0010 FFFF | 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
int codepoint = 0x3f; // Codepoint (defaults to '?')
|
int codepoint = 0x3f; // Codepoint (defaults to '?')
|
||||||
*codepointSize = 1;
|
*codepointSize = 1;
|
||||||
if (text == NULL) return codepoint;
|
if (text == NULL) return codepoint;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user