1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* ports.c: Formatting tweak.

This commit is contained in:
Jim Blandy 1996-10-23 02:15:04 +00:00
parent 2941efc5d1
commit 334341aa78

View file

@ -541,7 +541,7 @@ scm_read_char (port)
{ {
int c; int c;
if (SCM_UNBNDP (port)) if (SCM_UNBNDP (port))
port = scm_cur_inp; port = scm_cur_inp;
else else
SCM_ASSERT (SCM_NIMP (port) && SCM_OPINPORTP (port), port, SCM_ARG1, s_read_char); SCM_ASSERT (SCM_NIMP (port) && SCM_OPINPORTP (port), port, SCM_ARG1, s_read_char);
c = scm_gen_getc (port); c = scm_gen_getc (port);