mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-05 11:36:50 +00:00
DM: coding style: replace tab with space
Tracked-On: #1141 Signed-off-by: Li Zhijian <zhijianli88@163.com>
This commit is contained in:
parent
d32ef9b1eb
commit
198c6e9216
@ -71,7 +71,7 @@
|
||||
#define IC_DESTROY_VM _IC_ID(IC_ID, IC_ID_VM_BASE + 0x01)
|
||||
#define IC_START_VM _IC_ID(IC_ID, IC_ID_VM_BASE + 0x02)
|
||||
#define IC_PAUSE_VM _IC_ID(IC_ID, IC_ID_VM_BASE + 0x03)
|
||||
#define IC_CREATE_VCPU _IC_ID(IC_ID, IC_ID_VM_BASE + 0x04)
|
||||
#define IC_CREATE_VCPU _IC_ID(IC_ID, IC_ID_VM_BASE + 0x04)
|
||||
#define IC_RESET_VM _IC_ID(IC_ID, IC_ID_VM_BASE + 0x05)
|
||||
|
||||
/* IRQ and Interrupts */
|
||||
|
Loading…
Reference in New Issue
Block a user