minor whitespace cleanup commit to retrigger PR tests on github

This commit is contained in:
Axel Kohlmeyer
2019-03-26 16:43:09 -04:00
parent cf349633f7
commit b6b0d0b30e
3 changed files with 10 additions and 10 deletions

View File

@ -378,7 +378,7 @@ void PairTable::read_table(Table *tb, char *file, char *keyword)
utils::sfgets(FLERR,line,MAXLINE,fp,file,error); // no match, skip section
param_extract(tb,line);
utils::sfgets(FLERR,line,MAXLINE,fp,file,error);
for (int i = 0; i < tb->ninput; i++)
for (int i = 0; i < tb->ninput; i++)
utils::sfgets(FLERR,line,MAXLINE,fp,file,error);
}