Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!jbs From: jbs@ATHENA.MIT.EDU Newsgroups: gnu.emacs.bug Subject: C mode formatting problem Message-ID: <8902212307.AA00397@MORPHEUS.MIT.EDU> Date: 21 Feb 89 23:07:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 I would think that b in the following function should be indented to line up with a. foo() { char a, b; /* ... */ }