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

@@ -350,5 +350,5 @@ double AlignPoints(const RDGeom::Point3DConstPtrVect &refPoints,
trans.SetTranslation(move);
return ssr;
}
}
}
} // namespace Alignments
} // namespace RDNumeric

View File

@@ -160,8 +160,8 @@ PyObject *AlignPointPairs(python::object refPoints, python::object probePoints,
PyTuple_SetItem(resTup, 1, PyArray_Return(res));
return resTup;
}
}
}
} // namespace Alignments
} // namespace RDNumeric
BOOST_PYTHON_MODULE(rdAlignment) {
rdkit_import_array();

View File

@@ -99,5 +99,5 @@ bool powerEigenSolver(unsigned int numEig, DoubleSymmMatrix &mat,
}
return converged;
}
}
}
} // namespace EigenSolvers
} // namespace RDNumeric