another clang-format run

This commit is contained in:
Greg Landrum
2017-10-12 06:42:15 +02:00
parent f94e277856
commit 1efa8e696e
72 changed files with 1439 additions and 1386 deletions

View File

@@ -614,8 +614,8 @@ unsigned int RecursiveMatcher(const ROMol &mol, const ROMol &query,
}
}
if (!found) {
BOOST_LOG(rdErrorLog)
<< "no match found for queryRootAtom" << std::endl;
BOOST_LOG(rdErrorLog) << "no match found for queryRootAtom"
<< std::endl;
}
}
}