1
0
Fork 0

KVM: PPC: Whitespace fix for kvm.h

kvm.h had sparse whitespace at the end of the line. Clean it
up so syncing with QEMU gets easier.

Signed-off-by: Alexander Graf <agraf@suse.de>
hifive-unleashed-5.1
Alexander Graf 2011-09-19 13:24:10 +02:00 committed by Avi Kivity
parent 98362dec83
commit da69dee073
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ struct kvm_sregs {
} ppc64;
struct {
__u32 sr[16];
__u64 ibat[8];
__u64 dbat[8];
__u64 ibat[8];
__u64 dbat[8];
} ppc32;
} s;
struct {