Skip to content

Commit 23bb042

Browse files
authored
chore: add spaces and fix dependency
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 86005f5 commit 23bb042

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

lib/node_modules/@stdlib/stats/base/dists/normal/quantile/benchmark/c/benchmark.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ static double random_uniform( const double min, const double max ) {
9393
* @return elapsed time in seconds
9494
*/
9595
static double benchmark( void ) {
96-
double sigma[100];
97-
double mu[100];
98-
double p[100];
96+
double sigma[ 100 ];
97+
double mu[ 100 ];
98+
double p[ 100 ];
9999
double elapsed;
100100
double t;
101101
double y;

lib/node_modules/@stdlib/stats/base/dists/normal/quantile/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@stdlib/math/base/special/sqrt",
6161
"@stdlib/math/base/special/erfinv",
6262
"@stdlib/constants/float64/eps",
63-
"@stdlib/constants/float64/sqrt_two"
63+
"@stdlib/constants/float64/sqrt-two"
6464
]
6565
},
6666
{
@@ -79,7 +79,7 @@
7979
"@stdlib/math/base/special/sqrt",
8080
"@stdlib/math/base/special/erfinv",
8181
"@stdlib/constants/float64/eps",
82-
"@stdlib/constants/float64/sqrt_two"
82+
"@stdlib/constants/float64/sqrt-two"
8383
]
8484
}
8585
]

0 commit comments

Comments
 (0)