partial make style

This commit is contained in:
Philippe Teuwen 2019-08-27 17:28:08 +02:00
commit d88b76beda
2 changed files with 119 additions and 119 deletions

View file

@ -752,7 +752,7 @@ static uint8_t NumBlocksPerSector(uint8_t sectorNo) {
} }
} }
static uint8_t GetSectorFromBlockNo(uint8_t blockNo) { static uint8_t GetSectorFromBlockNo(uint8_t blockNo) {
if ( blockNo < 128 ) if (blockNo < 128)
return blockNo / 4; return blockNo / 4;
else else
return 32 + ((128 - blockNo) / 16); return 32 + ((128 - blockNo) / 16);