[rtems commit] rtems: Fix format

Sebastian Huber sebh at rtems.org
Fri Sep 30 12:44:14 UTC 2022


Module:    rtems
Branch:    master
Commit:    c6bd860f1353329f504337f6ce60f3a9523d5ce0
Changeset: http://git.rtems.org/rtems/commit/?id=c6bd860f1353329f504337f6ce60f3a9523d5ce0

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Sep 30 14:53:54 2022 +0200

rtems: Fix format

---

 cpukit/include/rtems/rtems/intr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 */
 



More information about the vc mailing list