Hi,
the attached code is not changed by
--blank-lines-after-procedures :-(
How does indent decide about start and end of procedures?
Best
Martin
--
http://www.tm.oneiros.de
static void
destroy_fm_entry_ps (void *pa, void *pb)
{
fm_entry *fm;
fm = (fm_entry *) pa;
}
static void
destroy_ff_entry (void *pa, void *pb)
{
ff_entry *ff;
delete_ff_entry (ff);
} void
fm_free (void)
{
if (tfm_tree != NULL)
avl_destroy (tfm_tree, destroy_fm_entry_tfm);
}
_______________________________________________
Bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent