[Analyzer] Remove extra blank line from Iterator Checker (test commit)

llvm-svn: 351746
This commit is contained in:
Adam Balogh 2019-01-21 15:31:23 +00:00
parent b8e3643506
commit cfa434ae41
1 changed files with 0 additions and 1 deletions

View File

@ -2378,7 +2378,6 @@ bool compare(ProgramStateRef State, SymbolRef Sym1, SymbolRef Sym2,
return compare(State, nonloc::SymbolVal(Sym1), nonloc::SymbolVal(Sym2), Opc);
}
bool compare(ProgramStateRef State, NonLoc NL1, NonLoc NL2,
BinaryOperator::Opcode Opc) {
auto &SVB = State->getStateManager().getSValBuilder();