Skip to content

Commit 8123abf

Browse files
authored
chore: reorder variable declarations
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 2d2a73f commit 8123abf

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/normal/logpdf

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/logpdf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,9 +216,9 @@ static double random_uniform( const double min, const double max ) {
216216
}
217217
218218
int main( void ) {
219-
double x;
220-
double mu;
221219
double sigma;
220+
double mu;
221+
double x;
222222
double y;
223223
int i;
224224

0 commit comments

Comments
 (0)