mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Minor style fix.
This commit is contained in:
parent
3862fdb44c
commit
a0f817108e
@ -38,7 +38,7 @@ std::shared_ptr<Track> Storage::Disk::track_for_sectors(uint8_t *const source, i
|
||||
source_pointer += byte_size;
|
||||
}
|
||||
|
||||
if(sectors.size()) {
|
||||
if(!sectors.empty()) {
|
||||
return is_double_density ? Storage::Encodings::MFM::GetMFMTrackWithSectors(sectors) : Storage::Encodings::MFM::GetFMTrackWithSectors(sectors);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user