[porthole] cosmetics, remove tabs

This commit is contained in:
Geoffrey McRae 2019-10-31 23:46:46 +11:00
parent 01da541815
commit caebddce4d
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
B1-19-g9d6bb57eff+1
B1-20-g01da541815+1

View File

@ -7,9 +7,9 @@ DEFINE_GUID (GUID_DEVINTERFACE_PORTHOLE,
typedef struct _PortholeMsg
{
UINT32 type;
PVOID addr;
UINT32 size;
UINT32 type;
PVOID addr;
UINT32 size;
}
PortholeMsg, *PPortholeMsg;