indentation fix in ports.c
authorAndy Wingo <wingo@pobox.com>
Thu, 2 Dec 2010 11:46:15 +0000 (12:46 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 2 Dec 2010 11:46:15 +0000 (12:46 +0100)
* libguile/ports.c (scm_i_get_conversion_strategy): Indentation fix.

libguile/ports.c

index 7fabc81..ff40a33 100644 (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;
     }
       
 }