From 918e7d507bf6d3a4e3b5ee142e1d2c9386a9ab0d Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Fri, 10 Jan 2025 18:13:37 +0100 Subject: [PATCH] fix clang-format --- include/realtime_tools/realtime_helpers.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/realtime_tools/realtime_helpers.hpp b/include/realtime_tools/realtime_helpers.hpp index 6fea1fa2..3a631976 100644 --- a/include/realtime_tools/realtime_helpers.hpp +++ b/include/realtime_tools/realtime_helpers.hpp @@ -39,7 +39,7 @@ // and using HANDLE macro to avoid polluting all the downstream // compilation units that include the public header realtime_helpers.hpp // with problematic macros like MIN, MAX or ERROR -using NATIVE_THREAD_HANDLE = void*; +using NATIVE_THREAD_HANDLE = void *; #else using NATIVE_THREAD_HANDLE = pthread_t; #endif