From c6bd860f1353329f504337f6ce60f3a9523d5ce0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 30 Sep 2022 14:53:54 +0200 Subject: rtems: Fix format --- cpukit/include/rtems/rtems/intr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/include/rtems') diff --git a/cpukit/include/rtems/rtems/intr.h b/cpukit/include/rtems/rtems/intr.h index e37234a79f..021b9e3e94 100644 --- a/cpukit/include/rtems/rtems/intr.h +++ b/cpukit/include/rtems/rtems/intr.h @@ -1035,7 +1035,7 @@ typedef struct rtems_interrupt_entry { * initialize an interrupt entry. */ #define RTEMS_INTERRUPT_ENTRY_INITIALIZER( _routine, _arg, _info ) \ - { _routine, _arg, NULL, _info } + { _routine, _arg, NULL, _info } /* Generated from spec:/rtems/intr/if/entry-initialize */ -- cgit v1.2.3