commit | 20e87b72244f922f420d83b0b15b42d17b92acae | [log] [tgz] |
---|---|---|
author | Xiubo Li <lixiubo@cmss.chinamobile.com> | Thu Feb 26 14:58:25 2015 +0800 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Mar 10 10:37:44 2015 -0300 |
tree | 0b596ec671242d92ba3cd1e8f0ba9d52d74bfa1d | |
parent | b7d409deb9322138d031c2122d1fcba9af9c508c [diff] |
KVM: Fix indentation in kvm_main.c ERROR: code indent should use tabs where possible + const struct kvm_io_range *r2)$ WARNING: please, no spaces at the start of a line + const struct kvm_io_range *r2)$ This patch fixes this ERROR & WARNING to reduce noise when checking new patches in kvm_main.c. Signed-off-by: Xiubo Li <lixiubo@cmss.chinamobile.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>