summary refs log tree commit diff stats
path: root/accel/kvm/kvm-cpus.h
diff options
context:
space:
mode:
Diffstat (limited to 'accel/kvm/kvm-cpus.h')
-rw-r--r--accel/kvm/kvm-cpus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/accel/kvm/kvm-cpus.h b/accel/kvm/kvm-cpus.h
index ca40add32c..171b22fd29 100644
--- a/accel/kvm/kvm-cpus.h
+++ b/accel/kvm/kvm-cpus.h
@@ -22,5 +22,4 @@ bool kvm_supports_guest_debug(void);
 int kvm_insert_breakpoint(CPUState *cpu, int type, vaddr addr, vaddr len);
 int kvm_remove_breakpoint(CPUState *cpu, int type, vaddr addr, vaddr len);
 void kvm_remove_all_breakpoints(CPUState *cpu);
-
 #endif /* KVM_CPUS_H */