Skip to content

Commit 9edc88a

Browse files
authored
style: remove space
1 parent 302708b commit 9edc88a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/frechet/variance/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ static double benchmark( void ) {
109109

110110
t = tic();
111111
for ( i = 0; i < ITERATIONS; i++ ) {
112-
y = stdlib_base_dists_frechet_variance( alpha[ i%100 ], s[ i%100 ], m[ i%100 ] );
112+
y = stdlib_base_dists_frechet_variance( alpha[ i%100 ], s[ i%100 ], m[ i%100 ] );
113113
if ( y != y ) {
114114
printf( "should not return NaN\n" );
115115
break;

0 commit comments

Comments
 (0)