clang-format and clang-tidy fixes for 66d1b87f

This commit is contained in:
github-actions 2021-07-06 03:05:47 +00:00
parent 66d1b87f51
commit 499496a3ef

View File

@ -339,7 +339,8 @@ static void test() {
int main(int argc, char *argv[]) { int main(int argc, char *argv[]) {
test(); /// run self-test implementations test(); /// run self-test implementations
std::vector<uint64_t> mainlistData = {2, 5, 6, 7, 8}; ///< Main list in which sublist is to be searched std::vector<uint64_t> mainlistData = {
2, 5, 6, 7, 8}; ///< Main list in which sublist is to be searched
std::vector<uint64_t> sublistData = {6, 8}; std::vector<uint64_t> sublistData = {6, 8};
search::sublist_search::Node *mainlistLL = search::sublist_search::Node *mainlistLL =