mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
another pass of clang modernize
This commit is contained in:
@@ -54,7 +54,7 @@ struct Bits {
|
||||
if(fps) {
|
||||
queryBits = fps->makeFingerprint(m);
|
||||
} else
|
||||
queryBits = NULL;
|
||||
queryBits = nullptr;
|
||||
}
|
||||
|
||||
bool check(unsigned int idx) const {
|
||||
|
||||
Reference in New Issue
Block a user