Skip to content

Commit 53cfc6d

Browse files
committed
Fix formatting
Signed-off-by: Gaurav Aggarwal <[email protected]>
1 parent eb825c9 commit 53cfc6d

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

portable/ARMv8M/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM23/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM23_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM33/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM33_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM35P/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM35P_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM55/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM55_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM85/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/GCC/ARM_CM85_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM23/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM23_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM33/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM33_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM35P/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM35P_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM55/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM55_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM85/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

portable/IAR/ARM_CM85_NTZ/non_secure/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* @brief Prototype of all Interrupt Service Routines (ISRs).
8585
*/
86-
typedef void ( *portISR_t )( void );
86+
typedef void ( * portISR_t )( void );
8787
/*-----------------------------------------------------------*/
8888

8989
/**

0 commit comments

Comments
 (0)