Skip to content

Commit 11ef3a1

Browse files
committed
formatting
1 parent f70a360 commit 11ef3a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

FlashpointSecurePlayer/InternetInterfaces.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ int GetSecurityId(
267267
[MarshalAs(UnmanagedType.LPWStr)]
268268
string pwszUrl,
269269

270-
[MarshalAs(UnmanagedType.LPArray)] byte[] pbSecurityId,
270+
[MarshalAs(UnmanagedType.LPArray)]
271+
byte[] pbSecurityId,
272+
271273
ref uint pcbSecurityId,
272274
uint dwReserved
273275
);

0 commit comments

Comments
 (0)