Chore: trim spaces

This commit is contained in:
2025-04-15 19:51:00 +08:00
parent 75edf55dd3
commit 8ea82f927b
3 changed files with 3 additions and 3 deletions

View File

@@ -35,6 +35,6 @@ void synchronous_handler()
uint64_t esr_el1 = 0x0;
R_SYSREG(esr_el1, esr_el1);
LOG(x0); LOG(spsr_el1); LOG(elr_el1); DEBUG_EXCEP(esr_el1);
}