summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/HALKit/RISCV
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/HALKit/RISCV')
-rw-r--r--src/kernel/HALKit/RISCV/HalApplicationProcessor.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
index 6c882acf..68242f97 100644
--- a/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
+++ b/src/kernel/HALKit/RISCV/HalApplicationProcessor.cc
@@ -11,8 +11,7 @@ using namespace Kernel;
namespace Kernel {
namespace Detail {
STATIC void mp_hang_fn(void) {
- while (YES)
- ;
+ while (YES);
}
} // namespace Detail