Code formatting
This commit is contained in:
@@ -405,7 +405,7 @@ end;
|
||||
class function TMycFlag.CreateDirty: TFlag.IFlag;
|
||||
begin
|
||||
// Factory method to create a new TMycFlag instance.
|
||||
Result := TMycFlag.Create( true );
|
||||
Result := TMycFlag.Create(true);
|
||||
end;
|
||||
|
||||
destructor TMycFlag.Destroy;
|
||||
@@ -505,7 +505,7 @@ end;
|
||||
|
||||
constructor TMycObserverFlag.Create(const ASignal: TSignal.ISignal);
|
||||
begin
|
||||
inherited Create( false );
|
||||
inherited Create(false);
|
||||
FSignal := ASignal;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user