fix whitespace and typo
This commit is contained in:
@ -32,7 +32,7 @@ namespace LAMMPS_NS
|
||||
{
|
||||
LAMMPS *lmp = (LAMMPS *)ptr;
|
||||
#if defined(WIN32)
|
||||
utils::logmsg(lmp,"Loading of plugins not supported on Windows yet\n");
|
||||
utils::logmesg(lmp,"Loading of plugins not supported on Windows yet\n");
|
||||
#else
|
||||
void *dso = dlopen(file,RTLD_NOW);
|
||||
if (dso == nullptr) {
|
||||
@ -71,6 +71,3 @@ namespace LAMMPS_NS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user