From de42d169d52112e49d74951e69f5022a6e8be572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Fri, 22 Dec 2017 20:43:24 +0100 Subject: [PATCH] Minor style fix --- ViGEmBusShared.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ViGEmBusShared.h b/ViGEmBusShared.h index aebe0b7..c618609 100644 --- a/ViGEmBusShared.h +++ b/ViGEmBusShared.h @@ -211,6 +211,7 @@ typedef struct _XUSB_REQUEST_NOTIFICATION // Index number of the slot/LED that XUSB.sys has assigned. // UCHAR LedNumber; + } XUSB_REQUEST_NOTIFICATION, *PXUSB_REQUEST_NOTIFICATION; // @@ -246,6 +247,7 @@ typedef struct _XUSB_SUBMIT_REPORT // Report to submit to the target device. // XUSB_REPORT Report; + } XUSB_SUBMIT_REPORT, *PXUSB_SUBMIT_REPORT; // @@ -373,6 +375,7 @@ typedef struct _XGIP_REPORT SHORT ThumbLY; SHORT ThumbRX; SHORT ThumbRY; + } XGIP_REPORT, *PXGIP_REPORT; // @@ -394,6 +397,7 @@ typedef struct _XGIP_SUBMIT_REPORT // HID Input report // XGIP_REPORT Report; + } XGIP_SUBMIT_REPORT, *PXGIP_SUBMIT_REPORT; //