mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +02:00
rtl: fixed indentation
This commit is contained in:
parent
1afe0114d4
commit
1ab29086f8
@ -123,10 +123,10 @@ begin
|
||||
Dec(I);
|
||||
if (I > 0) and (FileName[I] = ExtensionSeparator) then
|
||||
begin
|
||||
SOF:=(I=1) or (FileName[i-1] in AllowDirectorySeparators);
|
||||
if (Not SOF) or FirstDotAtFileNameStartIsExtension then
|
||||
Result := Copy(FileName, I, MaxInt);
|
||||
end
|
||||
SOF:=(I=1) or (FileName[i-1] in AllowDirectorySeparators);
|
||||
if (Not SOF) or FirstDotAtFileNameStartIsExtension then
|
||||
Result := Copy(FileName, I, MaxInt);
|
||||
end
|
||||
else
|
||||
Result := '';
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user