apply clang-format

This commit is contained in:
Axel Kohlmeyer
2021-09-04 14:19:51 -04:00
parent e2d8fd58fa
commit 805b15f5c4

View File

@ -1,4 +1,3 @@
// clang-format off
/* ----------------------------------------------------------------------
LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator
https://www.lammps.org/, Sandia National Laboratories
@ -39,9 +38,7 @@ Python::~Python()
/* ---------------------------------------------------------------------- */
PythonInterface::~PythonInterface()
{
}
PythonInterface::~PythonInterface() {}
/* ---------------------------------------------------------------------- */
@ -55,7 +52,8 @@ void Python::init()
}
/* ---------------------------------------------------------------------- */
bool Python::is_enabled() const {
bool Python::is_enabled() const
{
#if defined(LMP_PYTHON)
return true;
#else