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

@ -53,7 +53,7 @@ class PairZero2 : public Pair {
virtual void allocate();
};
}
} // namespace LAMMPS_NS
#endif