Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBraben committed Nov 16, 2024
1 parent 2de4c61 commit 1ac3375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/GS/GSLzma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ bool GSDumpFile::ReadFile(Error* error)
}

const size_t remaining_size = static_cast<size_t>(file_size - current_pos);

// read all the packet data in
m_packet_data.resize(remaining_size);
if (Read(m_packet_data.data(), remaining_size) != remaining_size)
Expand Down

0 comments on commit 1ac3375

Please sign in to comment.