commit | e9196cebbe41559d2c485f004b3db869ba34ba29 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu May 18 10:39:53 2017 +0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Jun 01 11:23:11 2017 +0200 |
tree | 267c4518aeeb63de1b7b3b03ea06e68af97a062a | |
parent | 47a66eed99e6f231f4a1d261a9d493f4eee94829 [diff] |
KVM: Tidy the whitespace in nested_svm_check_permissions() I moved the || to the line before. Also I replaced some spaces with a tab on the "return 0;" line. It looks OK in the diff but originally that line was only indented 7 spaces. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Acked-by: Joerg Roedel <jroedel@suse.de> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>