From: Sebastien Bourdeauducq Date: Sat, 5 Jul 2014 16:56:20 +0000 (+0200) Subject: style X-Git-Tag: 24jan2021_ls180~2697 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8349543732dbf82b01916c321708850ef864e985;p=litex.git style --- diff --git a/software/libbase/exception.c b/software/libbase/exception.c index 0b3bae37..73454e32 100644 --- a/software/libbase/exception.c +++ b/software/libbase/exception.c @@ -7,7 +7,7 @@ void isr(void); void exception_handler(unsigned long vect, unsigned long *sp); void exception_handler(unsigned long vect, unsigned long *sp) { - if ((vect & 0xf00) == EXTERNAL_IRQ) { + if((vect & 0xf00) == EXTERNAL_IRQ) { isr(); } else { /* Unhandled exception */