Skip to content

Commit 33dd582

Browse files
committed
fix format
1 parent 1285791 commit 33dd582

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
@@ -21,7 +21,7 @@ std::tuple<std::string, std::string> get_windows_info() {
2121
// application manifest, which is the lowest version supported by the
2222
// application. Use `RtlGetVersion` to obtain the accurate OS version
2323
// regardless of the manifest.
24-
using RtlGetVersion = auto (*)(LPOSVERSIONINFOEXW)->NTSTATUS;
24+
using RtlGetVersion = auto(*)(LPOSVERSIONINFOEXW)->NTSTATUS;
2525

2626
RtlGetVersion func =
2727
(RtlGetVersion)GetProcAddress(GetModuleHandleA("ntdll"), "RtlGetVersion");

0 commit comments

Comments
 (0)