From 104e101158618080fc73c6d825c0aa37a252288c Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 19 Oct 2024 20:45:55 -0500 Subject: [PATCH] updated build system --- support/src/utils/file.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/src/utils/file.cpp b/support/src/utils/file.cpp index bc941413..49c8e331 100644 --- a/support/src/utils/file.cpp +++ b/support/src/utils/file.cpp @@ -119,9 +119,9 @@ auto get_free_drive_space(std::string_view path) std::to_string(utils::get_last_error_code()), path, }); - - return li.QuadPart; } + + return li.QuadPart; #endif // defined(_WIN32) #if defined(__linux__)