diff options
| author | Stefan Boberg <[email protected]> | 2023-10-11 09:50:01 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-10-11 09:50:01 +0200 |
| commit | e2b01097e3428bdddfba3031f55556f3263b7535 (patch) | |
| tree | 3e8ac09f1dc628ea6e701857b484ce19a331cc8d /src/zenserver/main.cpp | |
| parent | added back main thread name (diff) | |
| download | zen-e2b01097e3428bdddfba3031f55556f3263b7535.tar.xz zen-e2b01097e3428bdddfba3031f55556f3263b7535.zip | |
fix clang-format whoopsie
Diffstat (limited to 'src/zenserver/main.cpp')
| -rw-r--r-- | src/zenserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver/main.cpp b/src/zenserver/main.cpp index cf1ed6ee8..d57722143 100644 --- a/src/zenserver/main.cpp +++ b/src/zenserver/main.cpp @@ -83,7 +83,7 @@ int ZenEntryPoint::Run() { zen::SetCurrentThreadName("main"); - + #if ZEN_USE_SENTRY SentryIntegration Sentry; |