Skip to content

Commit cfc4797

Browse files
chore: fix EditorConfig lint errors #6992
Signed-off-by: Lalit Narayan Yadav <[email protected]>
1 parent e16986b commit cfc4797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/sdot/src/sdot_ndarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ float API_SUFFIX(c_sdot_ndarray)( const CBLAS_INT N, const float *X, const CBLAS
5151
}
5252
ix = offsetX;
5353
iy = offsetY;
54-
54+
5555
// If both strides are equal to `1`, use unrolled loops...
5656
if ( strideX == 1 && strideY == 1 ) {
5757
m = N % M;

0 commit comments

Comments
 (0)