whitespace cleanup: remove trailing blanks

This commit is contained in:
Axel Kohlmeyer
2019-11-03 11:03:39 -05:00
parent 9e7ca428aa
commit b6b022b610
69 changed files with 452 additions and 452 deletions

View File

@ -2151,7 +2151,7 @@ void ReadData::parse_coeffs(char *line, const char *addstr,
// to avoid segfaults on empty lines
if (narg == 0) return;
if (noffset) {
int value = force->inumeric(FLERR,arg[0]);
sprintf(argoffset1,"%d",value+offset);