mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 22:33:58 +00:00
[porthole] cosmetics, remove tabs
This commit is contained in:
parent
01da541815
commit
caebddce4d
2 changed files with 4 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-19-g9d6bb57eff+1
|
||||
B1-20-g01da541815+1
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue