mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 20:25:19 +00:00
Minor style fix.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user