Skip to content

Commit eeab1f8

Browse files
authored
style: add spaces
Signed-off-by: Athan <[email protected]>
1 parent a346308 commit eeab1f8

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mode/benchmark/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ static double random_uniform( const double min, const double max ) {
9393
*/
9494
static double benchmark( void ) {
9595
double elapsed;
96-
double lambda[100];
96+
double lambda[ 100 ];
9797
double y;
9898
double t;
9999
int i;

0 commit comments

Comments
 (0)