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

@ -40,7 +40,7 @@ class AngleZero2 : public Angle {
void allocate();
};
}
} // namespace LAMMPS_NS
#endif