Run clang-format against cpp (#4358)

This commit is contained in:
Eisuke Kawashima
2021-10-20 11:25:27 +09:00
committed by GitHub
parent 9243404f3d
commit 11532089de
200 changed files with 2806 additions and 2916 deletions

View File

@@ -18,7 +18,6 @@
#include "PickerHelpers.h"
#include <DataStructs/BitVects.h>
#include <DataStructs/BitOps.h>
#include <SimDivPickers/DistPicker.h>
@@ -44,8 +43,6 @@ void LazyLeaderHelper(LeaderPicker *picker, T functor, unsigned int poolSize,
}
} // end of anonymous namespace
RDKit::INT_VECT LazyVectorLeaderPicks(LeaderPicker *picker, python::object objs,
int poolSize, double threshold,
int pickSize, python::object firstPicks,
@@ -100,9 +97,8 @@ struct LeaderPicker_wrap {
python::arg("firstPicks") = python::tuple(),
python::arg("numThreads") = 1),
"Pick a subset of items from a pool of items using the "
"user-provided function to determine distances. Note that the "
"numThreads argument is currently ignored.")
;
"user-provided function to determine distances. Note that the "
"numThreads argument is currently ignored.");
};
};