Skip to content

Commit 2e221b4

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7b4d646 commit 2e221b4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,7 @@ static double benchmark1( int iterations, int len ) {
122122
if ( v != v ) {
123123
printf( "should not return NaN\n" );
124124
}
125-
126-
free(x);
125+
free( x );
127126
return elapsed;
128127
}
129128

@@ -162,7 +161,7 @@ static double benchmark2( int iterations, int len ) {
162161
if ( v != v ) {
163162
printf( "should not return NaN\n" );
164163
}
165-
free(x);
164+
free( x );
166165
return elapsed;
167166
}
168167

0 commit comments

Comments
 (0)