mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* ports.c: Formatting tweak.
This commit is contained in:
parent
2941efc5d1
commit
334341aa78
1 changed files with 1 additions and 1 deletions
|
@ -541,7 +541,7 @@ scm_read_char (port)
|
|||
{
|
||||
int c;
|
||||
if (SCM_UNBNDP (port))
|
||||
port = scm_cur_inp;
|
||||
port = scm_cur_inp;
|
||||
else
|
||||
SCM_ASSERT (SCM_NIMP (port) && SCM_OPINPORTP (port), port, SCM_ARG1, s_read_char);
|
||||
c = scm_gen_getc (port);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue