Skip to content

Commit 9b7b0c5

Browse files
committed
chore: stuff from code review
1 parent 883bd8d commit 9b7b0c5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ float stdlib_base_lcmf( const float a, const float b ) {
4949
} else {
5050
bn = b;
5151
}
52+
5253
// Note: we rely on `gcdf` to perform further argument validation...
5354
d = stdlib_base_gcdf( an, bn );
5455
if ( stdlib_base_is_nanf( d ) ) {

0 commit comments

Comments
 (0)