Skip to content

Commit d5dcb56

Browse files
committed
modify astyle
1 parent 977ee6a commit d5dcb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/source/PowerManagementBlockDevice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int PowerManagementBlockDevice::switch_power_management_mode(int pm_mode)
129129
uint8_t dp_inst = 0;
130130

131131
if (QSPI_STATUS_OK != _qspif.configure_format(QSPI_CFG_BUS_SINGLE, QSPI_CFG_BUS_SINGLE, QSPI_CFG_ADDR_SIZE_24, QSPI_CFG_BUS_SINGLE,
132-
0, QSPI_CFG_BUS_SINGLE, 0)) {
132+
0, QSPI_CFG_BUS_SINGLE, 0)) {
133133
return -1;
134134
}
135135

0 commit comments

Comments
 (0)