Skip to content

Commit e615052

Browse files
fix: indentation and variables structure
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 512519a commit e615052

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/gamma/logpdf/examples/c/example.c

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

2828
int main( void ) {
29-
double x;
3029
double alpha;
31-
double beta;
30+
double beta;
31+
double x;
3232
double y;
3333
int i;
3434

0 commit comments

Comments
 (0)