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

@ -36,14 +36,14 @@ class FixDtReset : public Fix {
private:
bigint laststep;
int minbound,maxbound;
double tmin,tmax,xmax,emax;
double ftm2v,mvv2e;
double dt,t_laststep;
int minbound, maxbound;
double tmin, tmax, xmax, emax;
double ftm2v, mvv2e;
double dt, t_laststep;
int respaflag;
};
}
} // namespace LAMMPS_NS
#endif
#endif