summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-06-10 15:18:53 -0400
committerGitHub <noreply@github.com>2020-06-10 15:18:53 -0400
commit3fbd314e1d97f7faf1d77c6ccda2da6944c20e53 (patch)
tree85b10973fbb6fc8aa70617981b9a3a060a16da2c
parentfdabd521f6daff4d913b0520a323b8d0cde24d0d (diff)
downloadsdl_core-fix/style_3417.tar.gz
-rw-r--r--src/appMain/main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/appMain/main.cc b/src/appMain/main.cc
index f2f7af5f2e..ade6a0054c 100644
--- a/src/appMain/main.cc
+++ b/src/appMain/main.cc
@@ -135,8 +135,7 @@ int32_t main(int32_t argc, char** argv) {
// Logger initialization
INIT_LOGGER("log4cxx.properties", profile_instance.logs_enabled());
- threads::Thread::SetNameForId(threads::Thread::CurrentId(),
- "SDLCore");
+ threads::Thread::SetNameForId(threads::Thread::CurrentId(), "SDLCore");
if (!utils::appenders_loader.Loaded()) {
LOG4CXX_ERROR(logger_,