apply clang-format

This commit is contained in:
Axel Kohlmeyer
2023-09-25 08:09:36 -04:00
parent 2c636c83f5
commit a128089ab1
3 changed files with 6 additions and 5 deletions

View File

@ -19,7 +19,8 @@
#include "library.h"
#endif
LammpsWrapper::LammpsWrapper() : lammps_handle(nullptr) {
LammpsWrapper::LammpsWrapper() : lammps_handle(nullptr)
{
#if defined(LAMMPS_GUI_USE_PLUGIN)
plugin_handle = nullptr;
#endif