Skip to content

Commit 64bba70

Browse files
authored
chore: remove useless tab
1 parent 65eb55b commit 64bba70

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/svariancech/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/svariancech/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ float API_SUFFIX(stdlib_strided_svariancech_ndarray)( const CBLAS_INT N, const f
7979
mu = X[ ix ];
8080
ix += strideX;
8181

82-
// Compute the variance...
82+
// Compute the variance...
8383
M2 = 0.0f;
8484
M = 0.0f;
8585
for ( i = 1; i < N; i++ ) {

0 commit comments

Comments
 (0)