mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
[RAPPS] Remove trailing spaces.
This commit is contained in:
parent
26ac8ac81e
commit
3b777fd133
13 changed files with 20 additions and 20 deletions
|
@ -22,7 +22,7 @@ class CRichEdit :
|
|||
if ((dwEffects == CFM_LINK) && !PathIsURLW(lpszText))
|
||||
{
|
||||
// if text is not an URL, no styling is used
|
||||
SetRangeFormatting(Len, Len + InsertedTextLen, 0);
|
||||
SetRangeFormatting(Len, Len + InsertedTextLen, 0);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue