From 16ff37cb24f54719f0111bf9a8dbf577087a158a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 18 Apr 2023 11:44:42 -0400 Subject: [PATCH] Clean-up: error.hpp/error.cpp coding style fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau Change-Id: I570dabdc2ea83bf9aded48e64fc9e1f83a061044 --- src/common/error.cpp | 2 +- src/common/error.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/error.cpp b/src/common/error.cpp index 6bf1e30f0..26d69f48b 100644 --- a/src/common/error.cpp +++ b/src/common/error.cpp @@ -32,7 +32,7 @@ int lttng_opt_abort_on_error = -1; thread_local struct log_time error_log_time; } /* namespace */ -thread_local const char * logger_thread_name; +thread_local const char *logger_thread_name; const char *log_add_time() { diff --git a/src/common/error.hpp b/src/common/error.hpp index d00f41309..5935cf151 100644 --- a/src/common/error.hpp +++ b/src/common/error.hpp @@ -47,7 +47,7 @@ struct log_time { char str[19]; }; -extern thread_local const char * logger_thread_name; +extern thread_local const char *logger_thread_name; extern int lttng_opt_quiet; extern int lttng_opt_verbose; -- 2.34.1