Skip to content

Commit 01e5b66

Browse files
authored
chore: remove whitespace
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 68fdeaf commit 01e5b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/sgemv/src/sgemv_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void API_SUFFIX(c_sgemv_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.0f && beta == 1.0f ) ) {
6464
return;
6565
}

0 commit comments

Comments
 (0)