[2.2.9] --blank-lines-after-procedures not working
Martin Schröder <[email protected]>
| Newsgroups | gmane.comp.gnu.indent.bugs |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
Bug-indent mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-indent
procs.c
(text/plain, 291 B)
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);
}