From 4e476acaeee036fbcc9209fb4aae1df166e50465 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 16 Aug 2023 20:45:59 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Foundation/include/Framework/Signpost.h | 2 +- Framework/Foundation/src/Signpost.cxx | 1 - Framework/Foundation/test/test_SignpostLogger.cxx | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Framework/Foundation/include/Framework/Signpost.h b/Framework/Foundation/include/Framework/Signpost.h index 5df53f2a3c520..ff642704a80c8 100644 --- a/Framework/Foundation/include/Framework/Signpost.h +++ b/Framework/Foundation/include/Framework/Signpost.h @@ -114,7 +114,7 @@ void _o2_signpost_interval_begin(_o2_log_t* log, _o2_signpost_id_t id, char cons void _o2_signpost_interval_end_v(_o2_log_t* log, _o2_signpost_id_t id, char const* name, char const* const format, va_list args); void _o2_signpost_interval_end(_o2_log_t* log, _o2_signpost_id_t id, char const* name, char const* const format, ...); void _o2_log_set_stacktrace(_o2_log_t* log, int stacktrace); - + // This generates a unique id for a signpost. Do not use this directly, use O2_SIGNPOST_ID_GENERATE instead. // Notice that this is only valid on a given computer. // This is guaranteed to be unique at 5 GHz for at least 63 years, if my math is correct. diff --git a/Framework/Foundation/src/Signpost.cxx b/Framework/Foundation/src/Signpost.cxx index be2d14ceeb750..626a4762a9d48 100644 --- a/Framework/Foundation/src/Signpost.cxx +++ b/Framework/Foundation/src/Signpost.cxx @@ -11,4 +11,3 @@ #define O2_SIGNPOST_IMPLEMENTATION #include "Framework/Signpost.h" - diff --git a/Framework/Foundation/test/test_SignpostLogger.cxx b/Framework/Foundation/test/test_SignpostLogger.cxx index effbf7bb6e4b6..db790688d7ca9 100644 --- a/Framework/Foundation/test/test_SignpostLogger.cxx +++ b/Framework/Foundation/test/test_SignpostLogger.cxx @@ -9,7 +9,6 @@ // granted to it by virtue of its status as an Intergovernmental Organization // or submit itself to any jurisdiction. - #ifdef __APPLE__ #define O2_SIGNPOST_IMPLEMENTATION #endif