[gnu.emacs.bug] incorrect indentation in c-mode

jjc@UUNET.UU.NET (James Clark) (05/10/89)

GNU Emacs 18.54 incorrectly indents the following C code:

main()
{
  if (i)
    do
	foo();
  while(i);
}

The `while' should, of course, align with the `do.'
This happens using the default indentation style.

James Clark
jjc@jclark.uucp