Skip to content

Commit e8f17a6

Browse files
authored
style: add empty lines
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 4064b5f commit e8f17a6

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/quantile/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,12 @@ double stdlib_base_dists_pareto_type1_quantile( const double p, const double alp
224224
#include "stdlib/stats/base/dists/pareto-type1/quantile.h"
225225
#include <stdlib.h>
226226
#include <stdio.h>
227+
227228
static double random_uniform( const double min, const double max ) {
228229
double v = (double)rand() / ( (double)RAND_MAX + 1.0 );
229230
return min + ( v*(max-min) );
230231
}
232+
231233
int main( void ) {
232234
double alpha;
233235
double beta;

0 commit comments

Comments
 (0)