Skip to content

Commit ff6dfd8

Browse files
authored
style: fix indentation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 5629386 commit ff6dfd8

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/negative-binomial/stdev/benchmark/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/negative-binomial/stdev/benchmark/c/benchmark.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,15 @@ static double random_uniform( const double min, const double max ) {
9393
*/
9494
static double benchmark( void ) {
9595
double elapsed;
96-
double r[ 100 ];
96+
double r[ 100 ];
9797
double p[ 100 ];
9898
double y;
9999
double t;
100100
int i;
101101

102102
for ( i = 0; i < 100; i++ ) {
103103
r[ i ] = random_uniform( 1.0, 100.0 );
104-
p[ i ] = random_uniform( 0.1, 1.0 );
104+
p[ i ] = random_uniform( 0.1, 1.0 );
105105
}
106106

107107
t = tic();

0 commit comments

Comments
 (0)