Skip to content

Commit 4ac7e6f

Browse files
committed
fix format
1 parent efeda4d commit 4ac7e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datadog/platform_util_windows.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ std::tuple<std::string, std::string> get_windows_info() {
1919
// application manifest, which is the lowest version supported by the
2020
// application. Use `RtlGetVersion` to obtain the accurate OS version
2121
// regardless of the manifest.
22-
using RtlGetVersion = auto (*)(LPOSVERSIONINFOEXW)->NTSTATUS;
22+
using RtlGetVersion = auto(*)(LPOSVERSIONINFOEXW)->NTSTATUS;
2323

2424
RtlGetVersion func =
2525
(RtlGetVersion)GetProcAddress(GetModuleHandleA("ntdll"), "RtlGetVersion");

0 commit comments

Comments
 (0)