another pass of clang modernize

This commit is contained in:
Greg Landrum
2017-10-12 06:35:51 +02:00
parent de6b1f8bb9
commit f94e277856
35 changed files with 260 additions and 284 deletions

View File

@@ -54,7 +54,7 @@ struct Bits {
if(fps) {
queryBits = fps->makeFingerprint(m);
} else
queryBits = NULL;
queryBits = nullptr;
}
bool check(unsigned int idx) const {