diff --git a/src/dump.cpp b/src/dump.cpp index c1a246ada2..39d8989c41 100644 --- a/src/dump.cpp +++ b/src/dump.cpp @@ -1,4 +1,4 @@ - // clang-format off +// clang-format off /* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories diff --git a/src/dump_atom.cpp b/src/dump_atom.cpp index 656eef8c9d..2d047dc0a0 100644 --- a/src/dump_atom.cpp +++ b/src/dump_atom.cpp @@ -1,3 +1,4 @@ +// clang-format off /* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories @@ -31,7 +32,6 @@ using namespace LAMMPS_NS; DumpAtom::DumpAtom(LAMMPS *lmp, int narg, char **arg) : Dump(lmp, narg, arg), header_choice(nullptr), pack_choice(nullptr) { - // clang-format off if (narg != 5) error->all(FLERR,"Illegal dump atom command"); scale_flag = 1; diff --git a/src/dump_custom.cpp b/src/dump_custom.cpp index 6a10641434..bdbc8ec185 100644 --- a/src/dump_custom.cpp +++ b/src/dump_custom.cpp @@ -1,3 +1,4 @@ +// clang-format off /* ---------------------------------------------------------------------- LAMMPS - Large-scale Atomic/Molecular Massively Parallel Simulator https://www.lammps.org/, Sandia National Laboratories