mirror of
https://github.com/apache/nuttx.git
synced 2025-12-13 23:17:11 +08:00
Remove trailing spaces at the end of lines.
This commit is contained in:
@@ -185,7 +185,7 @@ static inline irqstate_t up_irq_save(void)
|
||||
/* Restore saved interrupt state */
|
||||
|
||||
static inline void up_irq_restore(irqstate_t flags)
|
||||
{
|
||||
{
|
||||
if ((flags & AVR32_SR_GM_MASK) == 0)
|
||||
{
|
||||
__asm__ __volatile__ (
|
||||
|
||||
Reference in New Issue
Block a user