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

@ -1013,7 +1013,7 @@ void _noopt LAMMPS::init_pkg_lists()
#undef REGION_CLASS
}
bool LAMMPS::is_installed_pkg(const char *pkg)
bool LAMMPS::is_installed_pkg(const char *pkg)
{
for (int i=0; installed_packages[i] != NULL; ++i)
if (strcmp(installed_packages[i],pkg) == 0) return true;