From 665af5653391baa19bd678bc27d3157360edc6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 19 Jul 2022 15:35:20 +0200 Subject: Formatting. --- c/common.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/common.cpp') diff --git a/c/common.cpp b/c/common.cpp index a91836d..ba6593b 100644 --- a/c/common.cpp +++ b/c/common.cpp @@ -23,8 +23,7 @@ const char* Win32Error::what() const noexcept m_dwErr, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (char*)&m_szMsg, - 0, NULL - ); + 0, NULL); return m_szMsg; } @@ -42,8 +41,7 @@ const TCHAR* Win32Error::twhat() const noexcept m_dwErr, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (TCHAR*)&M, - 0, NULL - ); + 0, NULL); return M; #undef M } -- cgit v1.2.3