Skip to content

Commit 893662b

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent e2cdf04 commit 893662b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @param beta scalar constant
3636
* @param y second input vector
3737
* @param strideY `y` stride length
38-
* @return output value
38+
* @return output value
3939
*/
4040
void API_SUFFIX(c_sgemv)( const CBLAS_LAYOUT order, const CBLAS_TRANSPOSE trans, const CBLAS_INT M, const CBLAS_INT N, const float alpha, const float *A, const CBLAS_INT LDA, const float *x, const CBLAS_INT strideX, const float beta, float *y, const CBLAS_INT strideY ) {
4141
CBLAS_INT xlen;

0 commit comments

Comments
 (0)