summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-06-10 15:26:00 -0400
committerGitHub <noreply@github.com>2020-06-10 15:26:00 -0400
commit6ebc91a2db98493ac002c56f3555b33a301eee1b (patch)
tree85b10973fbb6fc8aa70617981b9a3a060a16da2c
parentfdabd521f6daff4d913b0520a323b8d0cde24d0d (diff)
downloadsdl_core-6ebc91a2db98493ac002c56f3555b33a301eee1b.tar.gz
Fix style (#3432)
-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_,