aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorHaiwei Li <[email protected]>2020-05-18 09:31:38 +0800
committerPaolo Bonzini <[email protected]>2020-05-27 13:11:09 -0400
commit80bc97f2d84dbec6df6b36d6bbc0715c14f80c61 (patch)
treecca278e90218b94bea1e0c682add13761e022d09 /tools/perf/scripts/python/export-to-sqlite.py
parenta8cfbae59284ef20f38936a135f82a4d8d9105d2 (diff)
KVM: Fix the indentation to match coding style
There is a bad indentation in next&queue branch. The patch looks like fixes nothing though it fixes the indentation. Before fixing: if (!handle_fastpath_set_x2apic_icr_irqoff(vcpu, data)) { kvm_skip_emulated_instruction(vcpu); ret = EXIT_FASTPATH_EXIT_HANDLED; } break; case MSR_IA32_TSCDEADLINE: After fixing: if (!handle_fastpath_set_x2apic_icr_irqoff(vcpu, data)) { kvm_skip_emulated_instruction(vcpu); ret = EXIT_FASTPATH_EXIT_HANDLED; } break; case MSR_IA32_TSCDEADLINE: Signed-off-by: Haiwei Li <[email protected]> Message-Id: <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions