Remove trailing whitespace

This commit is contained in:
Richard Berger
2020-06-02 16:43:41 -04:00
parent 352cea3957
commit 5688fd41bb
4 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
using namespace LAMMPS_NS;
TextFileReader::TextFileReader(const std::string &filename, const std::string &filetype)
TextFileReader::TextFileReader(const std::string &filename, const std::string &filetype)
: filename(filename), filetype(filetype)
{
fp = fopen(filename.c_str(), "r");