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:
parent
af0da6ebe7
commit
e1ee45e78b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue