aboutsummaryrefslogtreecommitdiff
path: root/zencore/except.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 15:46:43 +0200
committerStefan Boberg <[email protected]>2021-09-16 15:47:56 +0200
commitc3a7f98683d8c017f6a0dc3e884f2397670563e6 (patch)
tree37bc2bc7255f913bd52fc9ed3103138e8c594bfc /zencore/except.cpp
parentImproved package serialization to allow round tripping (diff)
downloadzen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.tar.xz
zen-c3a7f98683d8c017f6a0dc3e884f2397670563e6.zip
clang-format fixes
Diffstat (limited to 'zencore/except.cpp')
-rw-r--r--zencore/except.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/except.cpp b/zencore/except.cpp
index 834585522..9bf043f4a 100644
--- a/zencore/except.cpp
+++ b/zencore/except.cpp
@@ -20,7 +20,7 @@ ThrowSystemException([[maybe_unused]] HRESULT hRes, [[maybe_unused]] std::string
}
}
-#endif // ZEN_PLATFORM_WINDOWS
+#endif // ZEN_PLATFORM_WINDOWS
void
ThrowLastError(std::string_view Message)