Improve printing after an inner statement.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Mar 2012 11:23:35 +0000 (13:23 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 27 Mar 2012 11:26:33 +0000 (13:26 +0200)
commitac96914e4a653bd6aa7ae431ec5b1edfd336370d
treeb857d7b17987bdcab466d0899db0382932042699
parent63db10af327d68a92cbcf66f3f6d2baf2f409ce7
Improve printing after an inner statement.

Now we print
  if (x) {
  } else {
  }
instead of
  if (x) {
  }
  else {
  }
ast.c