target-s390x: Tidy cpu_dump_state
authorRichard Henderson <rth@twiddle.net>
Mon, 24 Sep 2012 21:55:53 +0000 (14:55 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 27 Sep 2012 19:44:37 +0000 (21:44 +0200)
commitd885bdd481fc1c11d3158cc1c4c68bffdb2c26fe
treeda9df80370a1300bb10631f2bf5dc033ff5c3c1a
parent87a5395bdd75c22e8c9b92c5655810762a7fd5bf
target-s390x: Tidy cpu_dump_state

The blank lines inside the single dump make it difficult for the
eye to pick out the block.  Worse, with interior newlines, but
no blank line following, the PSW line appears to belong to the
next dump block.

Reviewed-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-s390x/translate.c