1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

indentation fix in ports.c

* libguile/ports.c (scm_i_get_conversion_strategy): Indentation fix.
This commit is contained in:
Andy Wingo 2010-12-02 12:46:15 +01:00
parent af0da6ebe7
commit e1ee45e78b

View file

@ -2170,7 +2170,7 @@ scm_i_get_conversion_strategy (SCM port)
{
scm_t_port *pt;
pt = SCM_PTAB_ENTRY (port);
return pt->ilseq_handler;
return pt->ilseq_handler;
}
}