Skip to content

Commit 507e35b

Browse files
committed
fix: use tabs instead of spaces
1 parent 92bbba4 commit 507e35b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/node_modules/@stdlib/blas/ext/base/dsort2hp/benchmark/c/benchmark.unsorted_random.length.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ static double benchmark1( int iterations, int len ) {
116116
}
117117
}
118118
elapsed = tic() - t;
119-
if ( y[ 0 ] != y[ 0 ] ) {
120-
printf( "should not return NaN\n" );
121-
}
119+
if ( y[ 0 ] != y[ 0 ] ) {
120+
printf( "should not return NaN\n" );
121+
}
122122
free( x );
123123
free( y );
124124
return elapsed;
@@ -153,9 +153,9 @@ static double benchmark2( int iterations, int len ) {
153153
}
154154
}
155155
elapsed = tic() - t;
156-
if ( y[ 0 ] != y[ 0 ] ) {
157-
printf( "should not return NaN\n" );
158-
}
156+
if ( y[ 0 ] != y[ 0 ] ) {
157+
printf( "should not return NaN\n" );
158+
}
159159
free( x );
160160
free( y );
161161
return elapsed;

0 commit comments

Comments
 (0)