Pārlūkot izejas kodu

* reported by Bart on the mailing list: insert empty line to make clear to which function the comment applies

git-svn-id: trunk@46972 -
florian 4 gadi atpakaļ
vecāks
revīzija
4c1978c131
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      rtl/objpas/math.pp

+ 1 - 0
rtl/objpas/math.pp

@@ -509,6 +509,7 @@ function MaxValue(const data : PInteger; Const N : Integer) : Integer;
 
 { returns random values with gaussian distribution }
 function RandG(mean,stddev : float) : float;
+
 function RandomRange(const aFrom, aTo: Integer): Integer;
 function RandomRange(const aFrom, aTo: Int64): Int64;