From 7e8df83e09905584ab66beca26bdf99f7b30d44d Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 7 Aug 2026 15:02:33 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Foundation/3rdparty/x9/x9.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Foundation/3rdparty/x9/x9.c b/Framework/Foundation/3rdparty/x9/x9.c index 28684183cc954..c4c7e35862758 100644 --- a/Framework/Foundation/3rdparty/x9/x9.c +++ b/Framework/Foundation/3rdparty/x9/x9.c @@ -372,7 +372,7 @@ void x9_read_from_inbox_spin(x9_inbox* const inbox, #elif defined(__aarch64__) __asm__ __volatile__ ("yield"); #elif defined(__riscv) - __asm__ __volatile__ (".4byte 0x0100000F"); /* PAUSE hint (Zihintpause); NOP if unsupported */ + __asm__ __volatile__(".4byte 0x0100000F"); /* PAUSE hint (Zihintpause); NOP if unsupported */ #else #error Not supported architecture #endif