aboutsummaryrefslogtreecommitdiff
path: root/c/common.cpp
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-07-19 15:35:20 +0200
committerJohn Ankarström <john@ankarstrom.se>2022-07-19 15:35:20 +0200
commit665af5653391baa19bd678bc27d3157360edc6fc (patch)
tree8c8e121502edf121092f0548bbd96fdf4410b505 /c/common.cpp
parent54914d64a3d4564f470177dd8b7675bc46ecbe0b (diff)
downloadEpisodeBrowser-665af5653391baa19bd678bc27d3157360edc6fc.tar.gz
Formatting.
Diffstat (limited to 'c/common.cpp')
-rw-r--r--c/common.cpp6
1 files changed, 2 insertions, 4 deletions
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
}