From a5bb925a3d909342dbfe388a70f5aff06030739b Mon Sep 17 00:00:00 2001 From: Eladash Date: Mon, 15 Mar 2021 17:38:07 +0200 Subject: [PATCH] Thread.cpp: Add missing newline --- Utilities/Thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/Thread.cpp b/Utilities/Thread.cpp index d7434a72fc..0c187eccb6 100644 --- a/Utilities/Thread.cpp +++ b/Utilities/Thread.cpp @@ -1617,7 +1617,7 @@ static void append_thread_name(std::string& msg) } else if (thread_ctrl::is_main()) { - fmt::append(msg, "Thread: Main Thread"); + fmt::append(msg, "Thread: Main Thread.\n"); } else {