Skip to content

Commit a67287b

Browse files
author
aayush0325
committed
chore: spacing error
1 parent 78372e7 commit a67287b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static double benchmark( void ) {
9999
double t;
100100
int i;
101101

102-
for( i = 0; i < 100; i++ ){
102+
for ( i = 0; i < 100; i++ ) {
103103
re[ i ] = ( 1000.0f * rand_float() ) - 500.0f;
104104
im[ i ] = ( 1000.0f * rand_float() ) - 500.0f;
105105
}

0 commit comments

Comments
 (0)