mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
minor change - whitespace
git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository@414 f5eea248-9336-0410-98b8-ebc06183d4e3
This commit is contained in:
parent
44da1e1d44
commit
881d0ade24
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user