Skip to content

Commit 1cedace

Browse files
authored
style: remove whitespace
Signed-off-by: Athan <[email protected]>
1 parent 68f1af0 commit 1cedace

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/bernoullif/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/bernoullif/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ float stdlib_base_bernoullif( const float n ) {
8383
return 0.0f;
8484
}
8585
if ( n > MAX_BERNOULLI ) {
86-
return ( stdlib_base_is_oddf( n/2.0f ) ) ? STDLIB_CONSTANT_FLOAT32_PINF : STDLIB_CONSTANT_FLOAT32_NINF;
86+
return ( stdlib_base_is_oddf( n/2.0f ) ) ? STDLIB_CONSTANT_FLOAT32_PINF : STDLIB_CONSTANT_FLOAT32_NINF;
8787
}
8888
return bernoulli_value[ (size_t)( n / 2.0f ) ];
8989
}

0 commit comments

Comments
 (0)