[gnu.emacs.bug] C mode formatting problem

jbs@ATHENA.MIT.EDU (02/22/89)

I would think that b in the following function should be indented to
line up with a.

foo()
{
  char a,
  b;

  /* ... */
}