diff options
| author | Stefan Boberg <[email protected]> | 2021-08-09 21:06:36 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-08-09 21:06:36 +0200 |
| commit | 1d8553b9dcc72d6596164a8bb76a8049e937a518 (patch) | |
| tree | 64caacfb9a61f600f94246fa562470f61753f963 /zencore/include | |
| parent | Fixed Event move assignment (diff) | |
| download | zen-1d8553b9dcc72d6596164a8bb76a8049e937a518.tar.xz zen-1d8553b9dcc72d6596164a8bb76a8049e937a518.zip | |
clang-format fixes
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/except.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zencore/include/zencore/except.h b/zencore/include/zencore/except.h index 2357ba1b5..ca0539d6e 100644 --- a/zencore/include/zencore/except.h +++ b/zencore/include/zencore/except.h @@ -55,5 +55,4 @@ ThrowSystemException(const char* Message) ZENCORE_API void ThrowLastError(std::string_view Message); ZENCORE_API void ThrowLastError(std::string_view Message, const std::source_location& Location); - } // namespace zen |