Skip to content

Commit 8f4548d

Browse files
committed
fmt: lib/std/os/windows/ntdll.zig
1 parent 2f5af6c commit 8f4548d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/os/windows/ntdll.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ pub const PROCESSINFOCLASS = enum(c_int) {
8484
ProcessTokenVirtualizationEnabled,
8585
ProcessConsoleHostProcess,
8686
ProcessWindowInformation,
87-
MaxProcessInfoClass
87+
MaxProcessInfoClass,
8888
};
8989

9090
pub extern "ntdll" fn NtQueryInformationProcess(

0 commit comments

Comments
 (0)