Skip to content

Commit 2a46898

Browse files
committed
modify astyle
1 parent 47be49c commit 2a46898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

storage/blockdevice/COMPONENT_SPINAND/source/SPINANDBlockDevice.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ bool SPINANDBlockDevice::is_bad_block(uint16_t blk_idx)
532532
{
533533
mbed::bd_addr_t addr;
534534
uint8_t mark[2];
535-
535+
536536
addr = (blk_idx << _block_shift) + _page_size;
537537
if (QSPI_STATUS_OK != _read_oob(mark, addr, sizeof(mark))) {
538538
tr_error("Read Command failed");
@@ -768,7 +768,7 @@ int SPINANDBlockDevice::_program_oob(const void *buffer, bd_addr_t addr, bd_size
768768
int status = SPINAND_BD_ERROR_OK;
769769

770770
_mutex.lock();
771-
771+
772772
//Send WREN
773773
if (_set_write_enable() != 0) {
774774
tr_error("Write Enable failed");

0 commit comments

Comments
 (0)