From caebddce4d3942413744c926814f745a93551298 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 31 Oct 2019 23:46:46 +1100 Subject: [PATCH] [porthole] cosmetics, remove tabs --- VERSION | 2 +- porthole/src/windows/driver.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index f43569cf..7ba47f34 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-19-g9d6bb57eff+1 \ No newline at end of file +B1-20-g01da541815+1 \ No newline at end of file diff --git a/porthole/src/windows/driver.h b/porthole/src/windows/driver.h index 70965337..0b230e18 100644 --- a/porthole/src/windows/driver.h +++ b/porthole/src/windows/driver.h @@ -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;