Skip to content

Commit 979ee75

Browse files
authored
style: fix indentation
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent ac3ae93 commit 979ee75

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/poisson/stdev/examples/c

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/poisson/stdev/examples/c/example.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ static double random_uniform( const double min, const double max ) {
2727

2828
int main( void ) {
2929
double lambda;
30-
double y;
31-
int i;
30+
double y;
31+
int i;
3232

3333
for ( i = 0; i < 10; i++ ) {
3434
lambda = random_uniform( 0.0, 20.0 );

0 commit comments

Comments
 (0)