formatting: add additional space to avoid bad syntax highlights

This commit is contained in:
Richard Berger
2018-08-27 22:13:43 -04:00
parent 02f131c544
commit 71bc72ec13
87 changed files with 135 additions and 135 deletions

View File

@ -292,7 +292,7 @@ void FixPropertyAtom::read_data_section(char *keyword, int n, char *buf,
return # of lines in section of data file labeled by keyword
------------------------------------------------------------------------- */
bigint FixPropertyAtom::read_data_skip_lines(char */*keyword*/)
bigint FixPropertyAtom::read_data_skip_lines(char * /*keyword*/)
{
return atom->natoms;
}