Skip to content

Commit 73b6735

Browse files
committed
fix: format
1 parent 06b7aa4 commit 73b6735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datadog/platform_util.cpp

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

108108
RtlGetVersion func =
109109
(RtlGetVersion)GetProcAddress(GetModuleHandleA("ntdll"), "RtlGetVersion");

0 commit comments

Comments
 (0)