Skip to content

Commit 80ac35c

Browse files
committed
Fix Astyle formatting
1 parent 65af55f commit 80ac35c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/Generic_F446Rx/variant.cpp

+4-4
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ static uint8_t SetSysClock_PLL_HSE(uint8_t bypass)
154154
}
155155

156156
// Activate the OverDrive to reach the 180 MHz Frequency
157-
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
158-
return 0; // FAIL
159-
}
157+
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
158+
return 0; // FAIL
159+
}
160160

161161
// Select PLLSAI output as USB clock source
162162
PeriphClkInitStruct.PLLSAI.PLLSAIM = 8;
@@ -219,7 +219,7 @@ uint8_t SetSysClock_PLL_HSI(void)
219219

220220
// Activate the OverDrive to reach the 180 MHz Frequency
221221
if (HAL_PWREx_EnableOverDrive() != HAL_OK) {
222-
return 0; // FAIL
222+
return 0; // FAIL
223223
}
224224

225225
// Select PLLSAI output as USB clock source

0 commit comments

Comments
 (0)