mirror of https://github.com/ARMmbed/mbed-os.git
blockdevice: fix coding style
parent
d3e51fc3a0
commit
6d6c09bb80
|
@ -121,7 +121,10 @@ public:
|
|||
|
||||
/** Desctruct QSPIFBlockDevie
|
||||
*/
|
||||
~QSPIFBlockDevice() {deinit();}
|
||||
~QSPIFBlockDevice()
|
||||
{
|
||||
deinit();
|
||||
}
|
||||
|
||||
/** Read blocks from a block device
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue