mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 14:52:38 +02:00
fixed form FActive, cleanups
git-svn-id: trunk@3145 -
This commit is contained in:
parent
6c2a71138f
commit
f31dad6d8a
@ -560,10 +560,10 @@ begin
|
||||
end else begin
|
||||
// there is no var section yet
|
||||
// -> create a new var section and append variable
|
||||
InsertTxt:='var'+SourceChangeCache.BeautifyCodeOptions.LineEnd
|
||||
+GetIndentStr(SourceChangeCache.BeautifyCodeOptions.Indent)
|
||||
+InsertTxt;
|
||||
Indent:=GetLineIndent(Src,BeginNode.StartPos);
|
||||
InsertTxt:='var'+SourceChangeCache.BeautifyCodeOptions.LineEnd
|
||||
+GetIndentStr(Indent+SourceChangeCache.BeautifyCodeOptions.Indent)
|
||||
+InsertTxt;
|
||||
InsertPos:=BeginNode.StartPos;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user