Remove trailing spaces at the end of lines.

This commit is contained in:
Gregory Nutt
2018-08-13 07:39:38 -06:00
parent 81c6bda341
commit 8c61c2f31b
71 changed files with 153 additions and 153 deletions

View File

@@ -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__ (