clang-format a couple of lines

llvm-svn: 238268
This commit is contained in:
Filipe Cabecinhas
2015-05-27 00:48:37 +00:00
parent 6871bcb122
commit a872a476cb

View File

@@ -200,8 +200,8 @@ unsigned BitstreamCursor::readRecord(unsigned AbbrevID,
unsigned NumElts = ReadVBR(6);
// Get the element encoding.
if (i+2 != e)
report_fatal_error("Array op not second to last");
if (i + 2 != e)
report_fatal_error("Array op not second to last");
const BitCodeAbbrevOp &EltEnc = Abbv->getOperandInfo(++i);
if (EltEnc.getEncoding() == BitCodeAbbrevOp::Array ||
EltEnc.getEncoding() == BitCodeAbbrevOp::Blob)