mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
Fix indentation in scm_sum.
This commit is contained in:
parent
16b4bac355
commit
74d536bf52
1 changed files with 68 additions and 67 deletions
|
@ -7559,7 +7559,8 @@ scm_sum (SCM x, SCM y)
|
|||
SCM_FRACTION_DENOMINATOR (y));
|
||||
else
|
||||
return scm_wta_dispatch_2 (g_sum, x, y, SCM_ARGn, s_sum);
|
||||
} else if (SCM_BIGP (x))
|
||||
}
|
||||
else if (SCM_BIGP (x))
|
||||
{
|
||||
if (SCM_I_INUMP (y))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue