Skip to content

Commit 3092b05

Browse files
author
aayush0325
committed
chore: spacing error
1 parent 1ab71c0 commit 3092b05

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/exp2f/benchmark/c/native

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/exp2f/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ static double benchmark( void ) {
101101
}
102102
t = tic();
103103
for ( i = 0; i < ITERATIONS; i++ ) {
104-
y = stdlib_base_exp2f( x[ i%10 ] );
104+
y = stdlib_base_exp2f( x[ i % 10 ] );
105105
if ( y != y ) {
106106
printf( "should not return NaN\n" );
107107
break;

0 commit comments

Comments
 (0)