Skip to content

Commit e4db64c

Browse files
authored
chore: fix horizontal alignment using space
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 2da2881 commit e4db64c

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/logistic/mean/src

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/logistic/mean/src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
/**
2323
* Returns the mean for a logistic distribution with location `mu` and scale `s`.
2424
*
25-
* @param mu location parameter
26-
* @param s scale parameter
27-
* @return mean
25+
* @param mu location parameter
26+
* @param s scale parameter
27+
* @return mean
2828
*
2929
* @example
3030
* double y = stdlib_base_logistic_mean( 0.0, 1.0 );

0 commit comments

Comments
 (0)