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__)