blockdevice: fix coding style

pull/8711/head
Martin Kojtal 2018-11-12 13:32:10 +00:00
parent d3e51fc3a0
commit 6d6c09bb80
2 changed files with 15 additions and 12 deletions

View File

@ -121,7 +121,10 @@ public:
/** Desctruct QSPIFBlockDevie /** Desctruct QSPIFBlockDevie
*/ */
~QSPIFBlockDevice() {deinit();} ~QSPIFBlockDevice()
{
deinit();
}
/** Read blocks from a block device /** Read blocks from a block device
* *