Skip to content

Commit 8affade

Browse files
authored
chore: comma spacing fix
1 parent d79f4ed commit 8affade

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dmskmax/include/stdlib/stats/base

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmskmax/include/stdlib/stats/base/dmskmax.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ double API_SUFFIX(stdlib_strided_dmskmax)( const CBLAS_INT N, const double *X, c
3737
/**
3838
* Computes the maximum value of a double-precision floating-point strided array according to a mask and using alternative indexing semantics.
3939
*/
40-
double API_SUFFIX(stdlib_strided_dmskmax_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, const uint8_t *Mask, const CBLAS_INT strideMask , const CBLAS_INT offsetMask );
40+
double API_SUFFIX(stdlib_strided_dmskmax_ndarray)( const CBLAS_INT N, const double *X, const CBLAS_INT strideX, const CBLAS_INT offsetX, const uint8_t *Mask, const CBLAS_INT strideMask, const CBLAS_INT offsetMask );
4141

4242
#ifdef __cplusplus
4343
}

0 commit comments

Comments
 (0)