mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-15 01:07:58 -05:00
Reformat code with clang format
This commit is contained in:
@ -12,6 +12,6 @@ void StepAlign::PerformStep(ZoneWriter* zoneWriter, IWritingStream* stream)
|
||||
const auto targetPos = (pos + m_align_to - 1) / m_align_to * m_align_to;
|
||||
const auto valueCount = static_cast<size_t>(targetPos - pos);
|
||||
|
||||
for(auto i = 0u; i < valueCount; i++)
|
||||
for (auto i = 0u; i < valueCount; i++)
|
||||
stream->Write(&m_align_value, sizeof(m_align_value));
|
||||
}
|
||||
|
Reference in New Issue
Block a user