more consistent formatting of for/while loops and if statements
This commit is contained in:
@ -171,7 +171,7 @@ void DumpAtomZstd::write()
|
||||
int DumpAtomZstd::modify_param(int narg, char **arg)
|
||||
{
|
||||
int consumed = DumpAtom::modify_param(narg, arg);
|
||||
if(consumed == 0) {
|
||||
if (consumed == 0) {
|
||||
try {
|
||||
if (strcmp(arg[0],"checksum") == 0) {
|
||||
if (narg < 2) error->all(FLERR,"Illegal dump_modify command");
|
||||
|
||||
Reference in New Issue
Block a user