Skip to content

Commit 2cfd91f

Browse files
authored
style: fix spacing
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 07cf471 commit 2cfd91f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/node_modules/@stdlib/blas/base/ccopy/benchmark/c/benchmark.length.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ static double benchmark2( int iterations, int len ) {
160160
if ( y[ 0 ] != y[ 0 ] ) {
161161
printf( "should not return NaN\n" );
162162
}
163-
free(x);
164-
free(y);
163+
free( x );
164+
free( y );
165165
return elapsed;
166166
}
167167

0 commit comments

Comments
 (0)