Add space for readability

This commit is contained in:
Richard Berger
2020-11-02 10:59:33 -05:00
parent e8337fd128
commit 0e8e93b2a0

View File

@ -23,7 +23,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
Integrate::Integrate(LAMMPS *lmp, int /*narg*/, char **/*arg*/) : Pointers(lmp)
Integrate::Integrate(LAMMPS *lmp, int /*narg*/, char ** /*arg*/) : Pointers(lmp)
{
elist_global = elist_atom = nullptr;
vlist_global = vlist_atom = cvlist_atom = nullptr;