fix whitespace issue

This commit is contained in:
Axel Kohlmeyer
2020-01-14 10:26:25 -05:00
parent 02c99d1554
commit b308f1c4e0

View File

@ -37,7 +37,7 @@ void Message::command(int narg, char **arg)
// shutdown current client mode
if (clientserver == 0) {
if (lmp->clientserver != 1)
if (lmp->clientserver != 1)
error->all(FLERR,"Cannot message quit if not in client mode");
quit();
return;