Skip to content

Commit

Permalink
Fixed tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
KiritoDv committed Oct 21, 2024
1 parent 888a320 commit 5b3866c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource/factory/DisplayListFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ std::shared_ptr<Ship::IResource> ResourceFactoryBinaryDisplayListV0::ReadResourc

auto displayList = std::make_shared<DisplayList>(file->InitData);
auto reader = std::get<std::shared_ptr<Ship::BinaryReader>>(file->Reader);
auto ucode = (UcodeHandlers) reader->ReadInt8();
auto ucode = (UcodeHandlers)reader->ReadInt8();

while (reader->GetBaseAddress() % 8 != 0) {
reader->ReadInt8();
Expand Down

0 comments on commit 5b3866c

Please sign in to comment.