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

@ -33,10 +33,10 @@ class ComputeChunkSpreadAtom : public Compute {
double memory_usage();
protected:
int mode,nvalues;
int mode, nvalues;
char *idchunk;
char **ids;
int *which,*argindex,*value2index;
int *which, *argindex, *value2index;
int nmax;
class ComputeChunkAtom *cchunk;
@ -44,7 +44,7 @@ class ComputeChunkSpreadAtom : public Compute {
void init_chunk();
};
}
} // namespace LAMMPS_NS
#endif
#endif