mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 20:21:04 +02:00
codetools: reduced debugging
git-svn-id: trunk@25209 -
This commit is contained in:
parent
ff8ec805a1
commit
37135e517a
@ -1567,7 +1567,7 @@ begin
|
||||
FillByte(Indent,SizeOf(Indent),0);
|
||||
|
||||
CleanPos:=FindStartOfAtom(Source,CleanPos);
|
||||
DebugLn(['TFullyAutomaticBeautifier.GetIndent ']);
|
||||
//DebugLn(['TFullyAutomaticBeautifier.GetIndent ']);
|
||||
if CleanPos<1 then exit;
|
||||
|
||||
if UseLineStart and (InsertText='') then begin
|
||||
|
Loading…
Reference in New Issue
Block a user