Skip to content

Commit 3f1951a

Browse files
authored
style: fix indentation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 0936427 commit 3f1951a

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/lognormal/mode/examples/c

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/lognormal/mode/examples/c/example.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ static double random_uniform( const double min, const double max ) {
2626
}
2727

2828
int main( void ) {
29-
double sigma;
29+
double sigma;
3030
double mu;
31-
double y;
32-
int i;
31+
double y;
32+
int i;
3333

3434
for ( i = 0; i < 10; i++ ) {
3535
mu = random_uniform( -5.0, 5.0 );

0 commit comments

Comments
 (0)