Code formatting
This commit is contained in:
+1
-1
@@ -363,7 +363,7 @@ end;
|
||||
|
||||
class function TFlag.CreateFlag(Init: Boolean = false): TFlag;
|
||||
begin
|
||||
Result := TMycFlag.Create( Init );
|
||||
Result := TMycFlag.Create(Init);
|
||||
end;
|
||||
|
||||
class function TFlag.CreateObserver(const Signal: TSignal): TFlag;
|
||||
|
||||
Reference in New Issue
Block a user