Skip to content

Commit

Permalink
Fixed whitespace issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Mar 21, 2023
1 parent 0c2c386 commit d11b05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation/WinSDK/manual/Printing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Windows.Win32.Graphics.Printing
{
[UnmanagedFunctionPointer(CallingConvention.Winapi))]
[UnmanagedFunctionPointer(CallingConvention.Winapi))]
[return: NativeTypeName("BOOL")]
public unsafe delegate int PFN_PRINTING_ENUMPORTS([NativeTypeName("LPWSTR"), In, Optional] ushort* param0, [In] uint param1, [Out, Optional] byte* param2, [In] uint param3, [Out] uint* param4, [Out] uint* param5);

Expand Down

0 comments on commit d11b05d

Please sign in to comment.