update formatting style to be more consistent
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user