Skip to content

Commit 03a4ad7

Browse files
committed
style: fix spacing
1 parent 3bd3f48 commit 03a4ad7

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@
3131
* // returns 2.0
3232
*/
3333
double stdlib_base_log( const double x, const double b ) {
34-
return stdlib_base_ln ( x ) / stdlib_base_ln ( b );
34+
return stdlib_base_ln( x ) / stdlib_base_ln( b );
3535
}

0 commit comments

Comments
 (0)