Skip to content

Commit 0ffb699

Browse files
authored
style: add empty line
Signed-off-by: Athan <[email protected]>
1 parent df6fe06 commit 0ffb699

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/scusumpw/src

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/scusumpw/src/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ void API_SUFFIX(stdlib_strided_scusumpw_ndarray)( const CBLAS_INT N, const float
7474
}
7575
ix = offsetX;
7676
iy = offsetY;
77+
7778
// Blocksize for pairwise summation...
7879
if ( N <= 128 ) {
7980
s = 0.0f;

0 commit comments

Comments
 (0)