Skip to content

Commit 12e470a

Browse files
authored
style: add missing space
Signed-off-by: Athan <[email protected]>
1 parent 2447d82 commit 12e470a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumpw/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ static double sumpw( const CBLAS_INT N, const double *X, const CBLAS_INT strideX
5858
}
5959
ix = offsetX;
6060
if ( strideX == 0 ) {
61-
if ( stdlib_base_is_nan( X[ ix ]) ) {
61+
if ( stdlib_base_is_nan( X[ ix ] ) ) {
6262
return sum;
6363
}
6464
sum = X[ ix ] * N;

0 commit comments

Comments
 (0)