Skip to content

Commit 64e846b

Browse files
authored
style: fix minor spacing in main.c
Signed-off-by: Siddhartha Mondal <92244610+Witty-31-06@users.noreply.github.com>
1 parent 16499d2 commit 64e846b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/pareto-type1/median/src

lib/node_modules/@stdlib/stats/base/dists/pareto-type1/median/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @example
3131
* double y = stdlib_base_dists_pareto_type1_median( 4.0, 12.0 );
3232
* // returns ~14.27
33-
*/
33+
*/
3434
double stdlib_base_dists_pareto_type1_median( const double alpha, const double beta ) {
3535
if (
3636
stdlib_base_is_nan( alpha ) ||

0 commit comments

Comments
 (0)