mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Fix mangled formatting caused by clang-format.
This commit is contained in:
@@ -100,14 +100,14 @@ public:
|
||||
else if (currentTrackTrack != track)
|
||||
{
|
||||
error(
|
||||
"NFD: all sectors in a track must belong to the "
|
||||
"same track");
|
||||
"NFD: all sectors in a track must belong to the same "
|
||||
"track");
|
||||
}
|
||||
else if (currentTrackHead != head)
|
||||
{
|
||||
error(
|
||||
"NFD: all sectors in a track must belong to the "
|
||||
"same head");
|
||||
"NFD: all sectors in a track must belong to the same "
|
||||
"head");
|
||||
}
|
||||
if (trackSectorSize < 0)
|
||||
{
|
||||
@@ -142,8 +142,8 @@ public:
|
||||
else if (trackSectorSize != sectorSize)
|
||||
{
|
||||
error(
|
||||
"NFD: multiple sector sizes per track are "
|
||||
"currently unsupported");
|
||||
"NFD: multiple sector sizes per track are currently "
|
||||
"unsupported");
|
||||
}
|
||||
Bytes data(sectorSize);
|
||||
inputFile.read((char*)data.begin(), data.size());
|
||||
|
||||
Reference in New Issue
Block a user