Skip to content

Commit 58ee824

Browse files
authored
chore: fix indentation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent a506f66 commit 58ee824

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/stdev/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/stdev/benchmark/c/benchmark.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ static double random_uniform( const double min, const double max ) {
9494
*/
9595
static double benchmark( void ) {
9696
double elapsed;
97-
double mu[ 100 ];
9897
double sigma[ 100 ];
98+
double mu[ 100 ];
9999
double y;
100100
double t;
101101
int i;

0 commit comments

Comments
 (0)