minor change - whitespace

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@414 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
yniq 2009-02-06 13:40:49 +00:00
parent 44da1e1d44
commit 881d0ade24

View File

@ -233,7 +233,7 @@ const TCHAR* TiXmlBase::GetEntity( const TCHAR* p, TCHAR* value )
{ {
int val; int val;
if (generic_sscanf(p+3, TEXT("%x"), &val) == 1) if (generic_sscanf(p+3, TEXT("%x"), &val) == 1)
{ {
*value = val; *value = val;
return end + 1; return end + 1;
} }