[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);
}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.