Skip to content

Commit 03f0c18

Browse files
authored
style: add missing space
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 3d81a35 commit 03f0c18

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/entropy/benchmark/c/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static double benchmark( void ) {
114114

115115
for ( i = 0; i < 100; i++ ) {
116116
n[ i ] = random_int( 0, 100 );
117-
p[ i ] = random_uniform( 0.0, 1.0);
117+
p[ i ] = random_uniform( 0.0, 1.0 );
118118
}
119119

120120
t = tic();

0 commit comments

Comments
 (0)