git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231956
91177308-0d34-0410-b5e6-
96231b3b80d8
bool DwarfLinker::applyValidRelocs(MutableArrayRef<char> Data,
uint32_t BaseOffset, bool isLittleEndian) {
assert((NextValidReloc == 0 ||
- BaseOffset > ValidRelocs[NextValidReloc - 1].Offset) &&
- "BaseOffset should only be increasing.");
+ BaseOffset > ValidRelocs[NextValidReloc - 1].Offset) &&
+ "BaseOffset should only be increasing.");
if (NextValidReloc >= ValidRelocs.size())
return false;