more code formatting consistency changes for loops and conditionals
This commit is contained in:
@ -97,7 +97,7 @@ void WriteCoeff::command(int narg, char **arg)
|
||||
fprintf(two,"# LAMMPS coeff file via write_coeff, version %s\n",
|
||||
lmp->version);
|
||||
|
||||
while(1) {
|
||||
while (1) {
|
||||
int coeff_mode = REGULAR_MODE;
|
||||
if (fgets(str,256,one) == nullptr) break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user