[dsymutil] Small clang-format patch.

llvm-svn: 231956
This commit is contained in:
Frederic Riss 2015-03-11 18:45:57 +00:00
parent 31da324aaf
commit aa983ce0fe
1 changed files with 2 additions and 2 deletions

View File

@ -1312,8 +1312,8 @@ unsigned DwarfLinker::cloneAttribute(DIE &Die,
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;