Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Athan <[email protected]>
  • Loading branch information
kgryte authored Sep 28, 2024
1 parent a4e6e42 commit 1610c18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/blas/ext/base/zfill/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ void API_SUFFIX(stdlib_strided_zfill)( const CBLAS_INT N, const stdlib_complex12
* @param offsetX starting index
*/
void API_SUFFIX(stdlib_strided_zfill_ndarray)( const CBLAS_INT N, const stdlib_complex128_t alpha, stdlib_complex128_t *X, const CBLAS_INT strideX, const CBLAS_INT offsetX ) {
CBLAS_INT ix;
CBLAS_INT m;
CBLAS_INT i;
CBLAS_INT ix;
CBLAS_INT m;
CBLAS_INT i;

if ( N <= 0 ) {
return;
Expand Down

0 comments on commit 1610c18

Please sign in to comment.