Skip to content

Commit 5ccec21

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 87ccf59 commit 5ccec21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ static double benchmark1( int iterations, int len ) {
124124
if ( y[ len-1 ] != y[ len-1 ] ) {
125125
printf( "should not return NaN\n" );
126126
}
127-
free(x);
128-
free(y);
127+
free( x );
128+
free( y );
129129
return elapsed;
130130
}
131131

@@ -166,8 +166,8 @@ static double benchmark2( int iterations, int len ) {
166166
if ( y[ len-1 ] != y[ len-1 ] ) {
167167
printf( "should not return NaN\n" );
168168
}
169-
free(x);
170-
free(y);
169+
free( x );
170+
free( y );
171171
return elapsed;
172172
}
173173

0 commit comments

Comments
 (0)