1
Fork 0
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:
Mark H Weaver 2019-05-06 21:13:18 -04:00
parent 16b4bac355
commit 74d536bf52

View file

@ -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))
{