Skip to content

Commit f89183d

Browse files
author
microtronics
committed
Fix AStyle errors
1 parent 7b33c63 commit f89183d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

variants/STM32G0xx/G071G(8-B)UxN_G081GBUxN/generic_clock.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
* @param None
2020
* @retval None
2121
*/
22-
WEAK void SystemClock_Config(void) {
22+
WEAK void SystemClock_Config(void)
23+
{
2324
RCC_OscInitTypeDef RCC_OscInitStruct = {0};
2425
RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};
2526

0 commit comments

Comments
 (0)