DM: coding style: replace tab with space

Tracked-On: #1141
Signed-off-by: Li Zhijian <zhijianli88@163.com>
This commit is contained in:
Li Zhijian 2018-08-21 21:53:52 +00:00 committed by wenlingz
parent d32ef9b1eb
commit 198c6e9216

View File

@ -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 */