sxsyn, fix mixed indent style

This commit is contained in:
Basile Burg 2021-10-31 17:30:22 +01:00
parent 662784212e
commit e4fad338e0
1 changed files with 7 additions and 7 deletions

View File

@ -51,13 +51,13 @@ type
end;
TSynSxSyn = class (TSynCustomFoldHighlighter)
private
private
fWhiteAttrib: TSynHighlighterAttributes;
fNumbrAttrib: TSynHighlighterAttributes;
fSymblAttrib: TSynHighlighterAttributes;
fIdentAttrib: TSynHighlighterAttributes;
fCommtAttrib: TSynHighlighterAttributes;
fStrngAttrib: TSynHighlighterAttributes;
fNumbrAttrib: TSynHighlighterAttributes;
fSymblAttrib: TSynHighlighterAttributes;
fIdentAttrib: TSynHighlighterAttributes;
fCommtAttrib: TSynHighlighterAttributes;
fStrngAttrib: TSynHighlighterAttributes;
fKeywdAttrib: TSynHighlighterAttributes;
fAttriAttrib: TSynHighlighterAttributes;
fErrorAttrib: TSynHighlighterAttributes;
@ -103,7 +103,7 @@ type
public
constructor create(aOwner: TComponent); override;
constructor create(aOwner: TComponent); override;
destructor destroy; override;
procedure GetTokenEx(out TokenStart: PChar; out TokenLength: integer); override;