Skip to content

Commit ccf7430

Browse files
committed
clang-format
1 parent ef9cdb4 commit ccf7430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/private/platform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <conio.h>
55
#include <io.h>
66
#include <windows.h>
7-
typedef NTSTATUS (WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);
7+
typedef NTSTATUS(WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);
88
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
99
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
1010
#endif

0 commit comments

Comments
 (0)