apply clang-format to all headers with some exceptions

This commit is contained in:
Axel Kohlmeyer
2021-05-14 19:16:07 -04:00
parent 60e41a90c2
commit 7fcd449864
1651 changed files with 15108 additions and 15948 deletions

View File

@ -30,10 +30,10 @@ class CreateBonds : public Command {
void command(int, char **);
private:
int igroup,group1bit,group2bit;
int btype,atype,dtype;
tagint batom1,batom2,aatom1,aatom2,aatom3,datom1,datom2,datom3,datom4;
double rmin,rmax;
int igroup, group1bit, group2bit;
int btype, atype, dtype;
tagint batom1, batom2, aatom1, aatom2, aatom3, datom1, datom2, datom3, datom4;
double rmin, rmax;
void many();
void single_bond();
@ -42,7 +42,7 @@ class CreateBonds : public Command {
void single_improper();
};
}
} // namespace LAMMPS_NS
#endif
#endif