s390x/kvm: Fix switch/case indentation for handle_diag
commit39fbc5c62ce83f34e7f5b62238305d83ce8b4489
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 30 Aug 2013 09:06:56 +0000 (30 11:06 +0200)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 30 Aug 2013 09:09:13 +0000 (30 11:09 +0200)
tree50d4f98e3fa1aa905d4a795bd0388ce1514783e9
parentb5d54bd42158b90b239bb6ce9c13072eb3a53fd2
s390x/kvm: Fix switch/case indentation for handle_diag

This alignes case statements to switch statements in the handle_diag
function as mandated by coding style.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
target-s390x/kvm.c