Skip to content

Commit 80a8846

Browse files
committed
fix: fixing spaces
1 parent b57a608 commit 80a8846

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/minmaxn/benchmark/c/native

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/minmaxn/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static double benchmark( void ) {
9393
double elapsed;
9494
double x1[ 100 ];
9595
double x2[ 100 ];
96-
double out[ 2 ];
96+
double out[ 2 ];
9797
double t;
9898
int i;
9999

0 commit comments

Comments
 (0)