Skip to content

Commit 87ccf59

Browse files
authored
style: remove empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 8740037 commit 87ccf59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ static double benchmark1( int iterations, int len ) {
103103

104104
x = (double *) malloc( len * sizeof( double ) );
105105
y = (double *) malloc( len * sizeof( double ) );
106-
107106
for ( i = 0; i < len; i++ ) {
108107
if ( rand_double() < 0.2 ) {
109108
x[ i ] = 0.0 / 0.0; // NaN

0 commit comments

Comments
 (0)