add clang-format support to plugin examples

This commit is contained in:
Axel Kohlmeyer
2021-05-05 23:51:12 -04:00
parent 5fcd0d8b79
commit 49a7bb57de
21 changed files with 376 additions and 326 deletions

View File

@ -36,7 +36,7 @@ class ImproperZero2 : public Improper {
virtual void allocate();
};
}
} // namespace LAMMPS_NS
#endif