From d5dcb56df01fe4120bdad3ede1d4c801afa62576 Mon Sep 17 00:00:00 2001 From: rogeryou Date: Tue, 28 Jun 2022 13:46:49 +0800 Subject: [PATCH] modify astyle --- storage/blockdevice/source/PowerManagementBlockDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/blockdevice/source/PowerManagementBlockDevice.cpp b/storage/blockdevice/source/PowerManagementBlockDevice.cpp index 532d13fc5ade..8dca0379f4e7 100644 --- a/storage/blockdevice/source/PowerManagementBlockDevice.cpp +++ b/storage/blockdevice/source/PowerManagementBlockDevice.cpp @@ -129,7 +129,7 @@ int PowerManagementBlockDevice::switch_power_management_mode(int pm_mode) uint8_t dp_inst = 0; if (QSPI_STATUS_OK != _qspif.configure_format(QSPI_CFG_BUS_SINGLE, QSPI_CFG_BUS_SINGLE, QSPI_CFG_ADDR_SIZE_24, QSPI_CFG_BUS_SINGLE, - 0, QSPI_CFG_BUS_SINGLE, 0)) { + 0, QSPI_CFG_BUS_SINGLE, 0)) { return -1; }