codetools: fixed Unneeded extra space in event assignment completion

git-svn-id: trunk@37594 -
This commit is contained in:
mattias 2012-06-08 17:00:13 +00:00
parent c6213c990e
commit c5a967874a

View File

@ -1655,8 +1655,8 @@ var
AddrOperatorPos:=-1;
// check assignment operator :=
if not AtomIs(':=') then exit;
AssignmentOperator:=CurPos.StartPos;
ReadPriorAtom;
AssignmentOperator:=CurPos.EndPos;
// check event name
if not AtomIsIdentifier then exit;
PropVarAtom:=CurPos;