Skip to content

Commit ead5f07

Browse files
author
liuxinaliang
committed
[bsp][stm32] change tab into whitespace
Signed-off-by: liuxinaliang <[email protected]>
1 parent 6ad56df commit ead5f07

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g431xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g441xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g471xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g473xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g474xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g483xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ LoopFillZerobss:
9999
/* Call static constructors */
100100
/* bl __libc_init_array */
101101
/* Call the application's entry point.*/
102-
bl entry
102+
bl entry
103103

104104
LoopForever:
105105
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32g484xx.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ LoopFillZerobss:
9898
/* Call static constructors */
9999
/* bl __libc_init_array */
100100
/* Call the application's entry point.*/
101-
bl entry
101+
bl entry
102102

103103
LoopForever:
104104
b LoopForever

bsp/stm32/libraries/STM32G4xx_HAL/CMSIS/Device/ST/STM32G4xx/Source/Templates/gcc/startup_stm32gbk1cb.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ LoopFillZerobss:
9595
/* Call static constructors */
9696
/* bl __libc_init_array */
9797
/* Call the application's entry point.*/
98-
bl entry
98+
bl entry
9999

100100
LoopForever:
101101
b LoopForever

0 commit comments

Comments
 (0)