Skip to content

Commit 2f68589

Browse files
authored
chore: remove whitespace
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 4d25c0a commit 2f68589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/dgemv/src/dgemv_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void API_SUFFIX(c_dgemv_ndarray)( const CBLAS_TRANSPOSE trans, const CBLAS_INT M
5959

6060
int64_t strides[] = { strideA1, strideA2 };
6161
isrm = stdlib_ndarray_is_row_major( 2, strides );
62-
62+
6363
if ( M == 0 || N == 0 || ( alpha == 0.0 && beta == 1.0 ) ) {
6464
return;
6565
}

0 commit comments

Comments
 (0)