Browse Source

minor cosmetic change.

Ugochukwu Mmaduekwe 7 years ago
parent
commit
5fec517edc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      CryptoLib/src/Security/ClpSecureRandom.pas

+ 2 - 0
CryptoLib/src/Security/ClpSecureRandom.pas

@@ -151,7 +151,9 @@ begin
   if (maxValue < 2) then
   begin
     if (maxValue < 0) then
+    begin
       raise EArgumentOutOfRangeCryptoLibException.CreateRes(@SCannotBeNegative);
+    end;
 
     Result := 0;
     Exit;