Skip to content

Commit 90e6b8c

Browse files
Run formatter
1 parent 7fde9be commit 90e6b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@ int QSPIFBlockDevice::_handle_vendor_quirks()
11181118
tr_debug("Applying quirks for macronix");
11191119
_num_status_registers = MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER;
11201120
_read_status_reg_2_inst = QSPIF_INST_RDCR;
1121-
if(MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER >= 3) {
1121+
if (MBED_CONF_QSPI_MACRONIX_NUM_STATUS_REGISTER >= 3) {
11221122
_needs_fast_mode = true;
11231123
}
11241124
break;

0 commit comments

Comments
 (0)