Skip to content

Commit c0344f9

Browse files
committed
PCIBridge: Fix formatting
1 parent d9dd44d commit c0344f9

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

MacHyperVSupport/PCIBridge/HyperVPCIBridgeRegs.hpp

+7-8
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,11 @@ typedef struct __attribute__((packed)) {
133133
typedef struct __attribute__((packed)) {
134134
HyperVPCIBridgeMessageHeader header;
135135
HyperVPCISlotEncoding slot;
136-
UInt8 vector;
137-
UInt8 deliveryMode;
138-
UInt16 vectorCount;
139-
UInt32 reserved;
140-
UInt64 cpuMask;
136+
UInt8 vector;
137+
UInt8 deliveryMode;
138+
UInt16 vectorCount;
139+
UInt32 reserved;
140+
UInt64 cpuMask;
141141
} HyperVPCIBridgeMessageCreateInterrupt;
142142

143143
//
@@ -163,11 +163,10 @@ typedef struct __attribute__((packed)) {
163163

164164
// Create interrupt
165165
typedef struct __attribute__((packed)) {
166-
SInt32 status;
166+
SInt32 status;
167167
UInt32 reserved2;
168168
UInt16 reserved;
169-
UInt16 vectorCount;
170-
169+
UInt16 vectorCount;
171170
UInt32 data;
172171
UInt64 address;
173172
} HyperVPCIBridgeMessageCreateInterruptResponse;

0 commit comments

Comments
 (0)