Skip to content

Commit acd2016

Browse files
authored
chore: remove trailing whitespace in benchmark.c
1 parent 2bccaa3 commit acd2016

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/normal/quantile/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/quantile/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static double benchmark( void ) {
9999
double elapsed;
100100
double t;
101101
double y;
102-
int i;
102+
int i;
103103

104104
for ( i = 0; i < 100; i++ ) {
105105
p[ i ] = random_uniform( 0.0, 1.0 );

0 commit comments

Comments
 (0)