aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver/main.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-10-11 09:50:01 +0200
committerStefan Boberg <[email protected]>2023-10-11 09:50:01 +0200
commite2b01097e3428bdddfba3031f55556f3263b7535 (patch)
tree3e8ac09f1dc628ea6e701857b484ce19a331cc8d /src/zenserver/main.cpp
parentadded back main thread name (diff)
downloadzen-e2b01097e3428bdddfba3031f55556f3263b7535.tar.xz
zen-e2b01097e3428bdddfba3031f55556f3263b7535.zip
fix clang-format whoopsie
Diffstat (limited to 'src/zenserver/main.cpp')
-rw-r--r--src/zenserver/main.cpp2
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;