update formatting style to be more consistent

This commit is contained in:
Axel Kohlmeyer
2020-09-21 01:58:27 -04:00
parent 0a11cc5eb9
commit 29a7d598ac
53 changed files with 108 additions and 108 deletions

View File

@ -98,7 +98,7 @@ void DumpAtomZstd::openfile()
try {
writer.open(filecurrent);
} catch (FileWriterException & e) {
} catch (FileWriterException &e) {
error->one(FLERR, e.what());
}
}
@ -185,7 +185,7 @@ int DumpAtomZstd::modify_param(int narg, char **arg)
writer.setCompressionLevel(compression_level);
return 2;
}
} catch (FileWriterException & e) {
} catch (FileWriterException &e) {
error->one(FLERR, e.what());
}
}