Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98362dec authored by Alexander Graf's avatar Alexander Graf Committed by Avi Kivity
Browse files

KVM: Fix whitespace in kvm_para.h



When syncing KVM headers with QEMU I (or whoever applies the
diff) end up automatically fixing whitespaces. One of them
is in kvm_para.h.

It's a lot more consistent for people who don't do the whitespace
fixups automatically to already have fixed headers in Linux. So
remove the sparse empty line at the end of kvm_para.h and everyone's
happy.

Reported-by: default avatarBlue Swirl <blauwirbel@gmail.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 6c9b7c40
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,4 +35,3 @@ static inline int kvm_para_has_feature(unsigned int feature)
}
#endif /* __KERNEL__ */
#endif /* __LINUX_KVM_PARA_H */