From 72277d3ea339c4b15d75bdc48d044628d5eb942a Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Thu, 10 Jul 2025 20:50:28 -0700 Subject: [PATCH] [radio] fix clang-format (make-pretty) issue (#11710) --- src/core/radio/radio.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/radio/radio.hpp b/src/core/radio/radio.hpp index 4785946bf..2c97ab14a 100644 --- a/src/core/radio/radio.hpp +++ b/src/core/radio/radio.hpp @@ -1155,8 +1155,8 @@ inline uint32_t Radio::GetBusSpeed(void) { return 0; } inline uint32_t Radio::GetBusLatency(void) { return 0; } #if OPENTHREAD_CONFIG_DIAG_ENABLE -inline void Radio::SetDiagMode(bool) {} -inline bool Radio::GetDiagMode(void) { return false; } +inline void Radio::SetDiagMode(bool) {} +inline bool Radio::GetDiagMode(void) { return false; } #endif #endif // #if OPENTHREAD_CONFIG_RADIO_LINK_IEEE_802_15_4_ENABLE