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

@@ -16,8 +16,7 @@
// RDKIT_JAVAWRAPPERS_EXPORT does not get defined in RDGeneral/export.h,
// and we only use it here for non-windows builds, so just define it based
// on RDKIT_RDGENERAL_EXPORT
#if defined(RDKIT_DYN_LINK) && defined(WIN32) && \
defined(BOOST_HAS_DECLSPEC)
#if defined(RDKIT_DYN_LINK) && defined(WIN32) && defined(BOOST_HAS_DECLSPEC)
#define RDKIT_JAVAWRAPPERS_EXPORT
#else
#define RDKIT_JAVAWRAPPERS_EXPORT RDKIT_RDGENERAL_EXPORT